Skip to content

Commit

Permalink
Fix upload release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski committed Feb 24, 2024
1 parent 5c55fb1 commit a012ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: artifacts
- run: tree artifacts
- name: Create release tag
id: create_release
run: |
Expand All @@ -87,7 +88,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "artifacts/**/*"
artifacts: ./artifacts/**/*
generateReleaseNotes: true
tag: ${{ steps.create_release.outputs.tag }}

0 comments on commit a012ff0

Please sign in to comment.