1 parent 1cdec2c commit 90d07abCopy full SHA for 90d07ab
1 file changed
.github/workflows/release.yml
@@ -34,6 +34,22 @@ jobs:
34
working-directory: ${{ env.ReferencePath }}
35
run: mv Assembly-CSharp-Publicized.dll Assembly-CSharp.dll
36
37
+ - name: Download CommandSystem
38
+ uses: robinraju/release-downloader@v1.12
39
+ with:
40
+ repository: 'Axwabo/CommandSystem'
41
+ latest: true
42
+ fileName: '*'
43
+ out-file-path: ${{ env.ReferencePath }}
44
+
45
+ - name: Download SCPSL-Helpers
46
47
48
+ repository: "Axwabo/SCPSL-Helpers"
49
50
51
52
53
- name: Build
54
run: dotnet build -c:Release -o Output
55
0 commit comments