ci: Actually pass GHC_VERSION to arm build script

This commit is contained in:
Wolfgang Walther
2024-05-09 21:58:37 +02:00
parent 5580fe0040
commit d03b321659
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
command_timeout: 120m
script_stop: true
envs: GITHUB_COMMIT,REMOTE_DIR,GHC_VERSION
script: bash ~/$REMOTE_DIR/build.sh "$GITHUB_COMMIT" "$REMOTE_DIR" "GHC_VERSION"
script: bash ~/$REMOTE_DIR/build.sh "$GITHUB_COMMIT" "$REMOTE_DIR" "$GHC_VERSION"
- name: Download binaries from remote server
uses: nicklasfrahm/scp-action@main
with: