Use only version number in file name
This commit is contained in:
parent
857ca0f8e0
commit
3b9d235aee
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{ steps.jprm.outputs.artifact }}
|
||||
tag: ${{ github.ref }}
|
||||
asset_name: TubeArchivistMetadata-$tag.zip
|
||||
asset_name: TubeArchivistMetadata-${VERSION}.zip
|
||||
|
||||
- name: Update manifest.json
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue