Skip to content

Commit

Permalink
馃 update release step artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jun 12, 2024
1 parent 49d83a7 commit 19955a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: github.repository_owner == 'ttytm' && github.ref_name == 'main' && github.event_name == 'push'
uses: ncipollo/release-action@v1
with:
artifacts: ${{ env.ARTIFACT }}.zip
artifacts: ${{ matrix.target }}/wthrr*
tag: ${{ env.TAG }}
body: ${{ env.BODY }}
name: ${{ env.TITLE }}
Expand Down

0 comments on commit 19955a3

Please sign in to comment.