Skip to content

Commit 90d07ab

Browse files
committed
fix release action
1 parent 1cdec2c commit 90d07ab

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,22 @@ jobs:
3434
working-directory: ${{ env.ReferencePath }}
3535
run: mv Assembly-CSharp-Publicized.dll Assembly-CSharp.dll
3636

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+
uses: robinraju/release-downloader@v1.12
47+
with:
48+
repository: "Axwabo/SCPSL-Helpers"
49+
latest: true
50+
fileName: '*'
51+
out-file-path: ${{ env.ReferencePath }}
52+
3753
- name: Build
3854
run: dotnet build -c:Release -o Output
3955

0 commit comments

Comments
 (0)