Skip to content

Commit

Permalink
Merge pull request #430 from jacobweinstock/fix-permission-denied
Browse files Browse the repository at this point in the history
Get path to binaries correct:
  • Loading branch information
Gianluca Arbezzano authored Feb 3, 2021
2 parents 09b7960 + 91af799 commit 5dce031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
name: ${{ matrix.binary}}
path: cmd/${{ matrix.binary }}
- name: Fix Permissions
run: chmod +x cmd/${{ matrix.binary }}*
run: chmod +x cmd/${{ matrix.binary }}/${{ matrix.binary }}*
- name: ${{ matrix.repository }}
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 5dce031

Please sign in to comment.