mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 23:33:15 +00:00
chmod +x the script before execution
This commit is contained in:
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user