Skip to content

Commit

Permalink
v7.0.0+124
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Mar 28, 2023
1 parent 65b8376 commit 905d2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ jobs:
tag: ${{ github.ref_name }}
allowUpdates: true
bodyFile: changelog/${{ github.ref_name }}.md
artifacts: /tmp/artifacts/release-Android/*.apk,/tmp/artifacts/release-iOS/*.ipa,/tmp/artifacts/release-macOS/*.zip,/tmp/artifacts/release-Windows/*.zip,/tmp/artifacts/release-Linux/*.zip
artifacts: /tmp/artifacts/release-Android/*.apk,/tmp/artifacts/release-iOS/*.ipa,/tmp/artifacts/release-macOS/*.dmg,/tmp/artifacts/release-Windows/*.zip,/tmp/artifacts/release-Linux/*.zip
artifactErrorsFailBuild: true
replacesArtifacts: true

0 comments on commit 905d2a8

Please sign in to comment.