We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f4620 commit 31aa5f5Copy full SHA for 31aa5f5
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Get references
14
shell: pwsh
15
run: |
16
- Invoke-WebRequest -Uri ${{ env.EXILED_REFERENCES_URL }} -OutFile References.zip
+ Invoke-WebRequest -Uri https://exmod-team.github.io/SL-References/Dev.zip -OutFile References.zip
17
Expand-Archive -Path References.zip -DestinationPath References
18
19
- name: Restore project
0 commit comments