Skip to content

Commit 72e8e50

Browse files
committed
Fix bash script file name
I changed the filename but forgot to update it in the CI config
1 parent 8fb1f31 commit 72e8e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Wait for launcher release build to be ready
2424
timeout-minutes: 30 # Only wait for 30 minutes. If we take longer, something probably broke
2525
run:
26-
bash wait_dl.sh
26+
bash wait_for_launcher_dl.sh
2727
- name: Download compiled launcher
2828
run:
2929
wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"

0 commit comments

Comments
 (0)