Skip to content

Commit d0f4620

Browse files
it's (build ci) all out of date
1 parent c5ec348 commit d0f4620

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,11 @@ jobs:
1010

1111
- uses: actions/[email protected]
1212

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

0 commit comments

Comments
 (0)