File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed
Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,11 @@ jobs:
1010
11111212
13- - name : Download 7zip
14- uses :
carlosperate/[email protected] 15- with :
16- file-url : ' https://www.exiled.host/7za.exe'
17- file-name : ' 7zip.exe'
18-
19- - name : Download references
20- uses :
carlosperate/[email protected] 21- with :
22- file-url : ' https://misaka-zerotwo.github.io/SL-References/Dev.zip'
23- file-name : ' References.zip'
24-
25- - name : Extract Refs
26- run : ./7zip.exe e References.zip -oReferences -r -y
13+ - name : Get references
14+ shell : pwsh
15+ run : |
16+ Invoke-WebRequest -Uri ${{ env.EXILED_REFERENCES_URL }} -OutFile References.zip
17+ Expand-Archive -Path References.zip -DestinationPath References
2718
2819 - name : Restore project
2920 run : dotnet restore -p:Configuration=Release
You can’t perform that action at this time.
0 commit comments