Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 1, 2024
1 parent 0edb855 commit 5c6f347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
run: |
set -o errexit -o pipefail -o noclobber -o nounset
ls -l -R
for TP in *-package; do chmod +x "$TP/$TP"; "$TP/$TP help"; done
for TP in *-package; do chmod +x "$TP/$TP"; "$TP/$TP" help; done
# ----- Release -----

Expand Down

0 comments on commit 5c6f347

Please sign in to comment.