Skip to content

Commit

Permalink
Test github action release
Browse files Browse the repository at this point in the history
  • Loading branch information
cuikho210 committed Mar 29, 2024
1 parent d79c183 commit 1c212b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: gui/dist/*
artifacts: gui/dist/*/*
generateReleaseNotes: true
artifactErrorsFailBuild: true

0 comments on commit 1c212b7

Please sign in to comment.