Skip to content

Commit

Permalink
打包文件增加版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Sep 14, 2023
1 parent e6c6761 commit 7fc13a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
name: ${{ env.FILENAME }}.zip
name: ${{ env.FILENAME }}-${{ github.ref_name }}.zip
# A file, directory or wildcard pattern that describes what to upload
path: ./target/${{ env.FILENAME }}-${{ github.ref_name }}.zip
path: ./target/${{ env.FILENAME }}.zip

0 comments on commit 7fc13a8

Please sign in to comment.