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