Browse Source

chmod +x the script before execution

Mikkel Hjortshoej 5 years ago
parent
commit
9170c875e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/nightly.yml

+ 1 - 0
.github/workflows/nightly.yml

@@ -122,6 +122,7 @@ jobs:
         run: |
           b2 authorize-account "$APPID" "$APPKEY"
 
+          chmod +x ./ci/upload-create-nightly.sh
           ./ci/upload-create-nightly.sh "$BUCKET" windows-amd64 windows_artifacts/
           ./ci/upload-create-nightly.sh "$BUCKET" ubuntu-amd64 ubuntu_artifacts/
           ./ci/upload-create-nightly.sh "$BUCKET" macos-amd64 macos_artifact/