mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
chmod +x the script before execution
This commit is contained in:
@@ -122,6 +122,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
b2 authorize-account "$APPID" "$APPKEY"
|
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" windows-amd64 windows_artifacts/
|
||||||
./ci/upload-create-nightly.sh "$BUCKET" ubuntu-amd64 ubuntu_artifacts/
|
./ci/upload-create-nightly.sh "$BUCKET" ubuntu-amd64 ubuntu_artifacts/
|
||||||
./ci/upload-create-nightly.sh "$BUCKET" macos-amd64 macos_artifact/
|
./ci/upload-create-nightly.sh "$BUCKET" macos-amd64 macos_artifact/
|
||||||
|
|||||||
Reference in New Issue
Block a user