Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Refine actions (fixup)
Browse files Browse the repository at this point in the history
rename bosh missing from path
fail fast

./addblob.sh: line 13: bosh: command not found
  • Loading branch information
gberche-orange committed Sep 25, 2023
1 parent 9791b73 commit 50391d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
tag: v7.4.0
extension-matching: disable
chmod: 0755
rename-to: bosh

# searching for bosh-cli-7.4.0-linux-amd64 with (linux|x86_64|x64|amd64).*(linux|x86_64|x64|amd64).*.(tar.gz|zip)
# bosh-cli-7.4.0-linux-amd64
Expand Down
1 change: 1 addition & 0 deletions addblob.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -x
set -e # exit on non-zero status

# params
# $1: src
Expand Down

0 comments on commit 50391d7

Please sign in to comment.