Skip to content

Commit

Permalink
Update buildapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thun888 committed Mar 24, 2024
1 parent b99debc commit 3748dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Upload Release Assets
uses: ncipollo/release-action@v1
with:
artifacts: "build/"
artifacts: "build/*"
token: ${{ secrets.TOKEN }}
tag: ${{ github.event.inputs.version }}
name: Release ${{ github.event.inputs.version }}
Expand Down

0 comments on commit 3748dfd

Please sign in to comment.