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 95d6db6 commit 6063257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: ellyn-example-${{ matrix.goos }}-${{ matrix.goarch }}
name: ellyn-example-${{ matrix.goos }}-${{ matrix.goarch }}.tgz
path: example/ellyn-example-${{ matrix.goos }}-${{ matrix.goarch }}.tgz
# 发布release版本
- name: Release version
Expand All @@ -63,5 +63,5 @@ jobs:
artifactErrorsFailBuild: true
removeArtifacts: false
replacesArtifacts: false
artifacts: ellyn-example-${{ matrix.goos }}-${{ matrix.goarch }}
artifacts: example/ellyn-example-${{ matrix.goos }}-${{ matrix.goarch }}.tgz
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6063257

Please sign in to comment.