Skip to content

Commit

Permalink
Fixing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoralespou committed Apr 12, 2024
1 parent 3dfba30 commit dd379a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: vendir sync

- name: Fix permissions of any binary in package/version/bin
run: fix-permissions.sh
run: ./fix-permissions.sh

# - name: Calculate variables
# shell: bash
Expand Down

0 comments on commit dd379a1

Please sign in to comment.