Skip to content

Commit 4401f98

Browse files
Update build.yml
1 parent 09c20e2 commit 4401f98

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,18 @@ jobs:
3333
file-url: 'https://exmod-team.github.io/SL-References/Dev.zip'
3434
file-name: 'References.zip'
3535

36-
- name: Download 7zip
37-
uses: carlosperate/download-file-action@v1.0.3
38-
with:
39-
file-url: 'https://7-zip.org/a/7z2408-x64.exe'
40-
file-name: '7zip.exe'
41-
4236
- name: Extract Refs
43-
run: ./7zip.exe e References.zip -oRemoteKeycard/lib/ -r -y
37+
run: |
38+
mkdir RemoteKeycard\lib
39+
tar -xf References.zip -C RemoteKeycard/lib
4440
4541
- name: Build
4642
env:
4743
EXILED_REFERENCES: ${{ env.EXILED_REFERENCES_PATH }}
48-
run: msbuild RemoteKeycard.sln -p:Configuration=release
44+
run: msbuild RemoteKeycard.sln -p:Configuration=EXILED
4945

5046
- name: Upload Build
5147
uses: actions/upload-artifact@v4
5248
with:
5349
name: Plugin DLL
54-
path: RemoteKeycard\bin\Release\RemoteKeycard*.dll
50+
path: RemoteKeycard\bin\Release\RemoteKeycard*.dll

0 commit comments

Comments
 (0)