Skip to content

Commit

Permalink
Different download link for GitHub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidXH committed Jan 29, 2025
1 parent f1b16c4 commit 7b2c29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Download base build
shell: powershell
run: |
Invoke-WebRequest -Method Get -Uri "https://cavern.sbence.hu/index.php?t=115&dl=cavern64" -OutFile cavern64.zip -UseBasicParsing
Invoke-WebRequest -Method Get -Uri "https://cavern.sbence.hu/content/downloads/cavern64.zip" -OutFile cavern64.zip -UseBasicParsing
mkdir build/Release
7z x -obuild/Release cavern64.zip
Remove-Item -Path "cavern64.zip"
Expand Down

0 comments on commit 7b2c29a

Please sign in to comment.