mirror of
https://github.com/R2Northstar/Northstar
synced 2026-08-23 20:23:04 -04:00
Fix bash script file name
I changed the filename but forgot to update it in the CI config
This commit is contained in:
parent
8fb1f315bb
commit
72e8e50d77
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Wait for launcher release build to be ready
|
- name: Wait for launcher release build to be ready
|
||||||
timeout-minutes: 30 # Only wait for 30 minutes. If we take longer, something probably broke
|
timeout-minutes: 30 # Only wait for 30 minutes. If we take longer, something probably broke
|
||||||
run:
|
run:
|
||||||
bash wait_dl.sh
|
bash wait_for_launcher_dl.sh
|
||||||
- name: Download compiled launcher
|
- name: Download compiled launcher
|
||||||
run:
|
run:
|
||||||
wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"
|
wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue