We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb1f31 commit 72e8e50Copy full SHA for 72e8e50
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Wait for launcher release build to be ready
24
timeout-minutes: 30 # Only wait for 30 minutes. If we take longer, something probably broke
25
run:
26
- bash wait_dl.sh
+ bash wait_for_launcher_dl.sh
27
- name: Download compiled launcher
28
29
wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"
0 commit comments