Skip to content

Commit

Permalink
ci: Fix release job by uploading artifacts only once
Browse files Browse the repository at this point in the history
If not, both the workflow run of the job `build-linux-binaries` for
`aarch64` and `x86_64` try to upload the same file, which results in
error.

Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Jan 9, 2024
1 parent f9da131 commit cf18a8f
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 cf18a8f

Please sign in to comment.