Skip to content

Commit

Permalink
fix file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
WatskeBart committed Jan 19, 2025
1 parent 76138dd commit b6b4599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:

- name: Create package
run: |
find ${{ github.workspace }} -type f -name "gocertmgr*" -exec chmod 755 {} +
version=${GITHUB_REF#refs/tags/}
if [[ "$version" == "$GITHUB_REF" ]]; then
version=${GITHUB_SHA::8}
Expand Down

0 comments on commit b6b4599

Please sign in to comment.