Skip to content

Commit

Permalink
Upload artifacts
Browse files Browse the repository at this point in the history
This might help manually fixing a release

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker committed Jun 5, 2024
1 parent 231a909 commit 656dd08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ jobs:
"version": "${{ github.ref_name }}"
}'

- name: Upload assets
uses: actions/upload-artifact@v4
with:
name: cnquery
path: dist/*

- name: Cleanup
if: always()
run:
Expand Down

0 comments on commit 656dd08

Please sign in to comment.