Skip to content

Commit

Permalink
Merge pull request kubewarden#681 from viccuad/fix-artifact-release
Browse files Browse the repository at this point in the history
ci: Fix release job by uploading artifacts only once
  • Loading branch information
viccuad authored Jan 9, 2024
2 parents f9da131 + cf18a8f commit 3c6eb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- name: Upload kwctl air gap scripts
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
if: matrix.targetarch == 'x86_64' # only upload the scripts once
with:
name: kwctl-airgap-scripts
path: |
Expand Down

0 comments on commit 3c6eb2c

Please sign in to comment.