File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments