Skip to content

Commit

Permalink
ci: fix workdir for base-release
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Nov 21, 2024
1 parent 59acc14 commit e8f94cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifacts-${{ inputs.distribution }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
path: distributions/${{ inputs.distribution }}/dist/**/*
path: distributions/${{ inputs.distribution }}
if-no-files-found: error

- name: Install jq
Expand Down

0 comments on commit e8f94cd

Please sign in to comment.