Skip to content

Commit

Permalink
Fix artifact permissions
Browse files Browse the repository at this point in the history
Passing the binary artifacts through the GH artifact zip files strips their permissions; we need to make them executable before building the final image.

Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Sep 26, 2024
1 parent 320cb31 commit 73165b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:
pattern: artifacts-*
merge-multiple: true

- name: Fix artifact permissions
run: chmod 0755 dist/artifacts/system-upgrade-controller-*

- name: Build container image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 73165b9

Please sign in to comment.