Skip to content

Commit

Permalink
打包release支持手工触发
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyahui8 committed Oct 21, 2024
1 parent f7c7b82 commit 95d6db6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,9 @@ jobs:
#if: github.event_name == 'release'
with:
allowUpdates: true
prerelease: false
artifactErrorsFailBuild: true
removeArtifacts: false
replacesArtifacts: false
artifacts: ellyn-example-${{ matrix.goos }}-${{ matrix.goarch }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 95d6db6

Please sign in to comment.