Skip to content

Commit

Permalink
Update workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeDaMrAzR authored Oct 25, 2024
1 parent 56c4845 commit d034618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: ${{ env.APP_NAME }}_${{ needs.refs.outputs.version }}
pattern: "output/${{ needs.refs.outputs.version }}/*"
pattern: "output/${{ needs.refs.outputs.version }}/*.zip"
delete-merged: true

release:
Expand Down

0 comments on commit d034618

Please sign in to comment.