Skip to content

Commit 31aa5f5

Browse files
copy paste error
1 parent d0f4620 commit 31aa5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Get references
1414
shell: pwsh
1515
run: |
16-
Invoke-WebRequest -Uri ${{ env.EXILED_REFERENCES_URL }} -OutFile References.zip
16+
Invoke-WebRequest -Uri https://exmod-team.github.io/SL-References/Dev.zip -OutFile References.zip
1717
Expand-Archive -Path References.zip -DestinationPath References
1818
1919
- name: Restore project

0 commit comments

Comments
 (0)