diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f1879e7..a708dc7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -49,8 +49,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ steps.jprm.outputs.artifact }} tag: ${{ github.ref }} - version: ${VERSION} - asset_name: TubeArchivistMetadata-$version.zip + asset_name: TubeArchivistMetadata-${{ env.VERSION }}.zip - name: Update manifest.json uses: stefanzweifel/git-auto-commit-action@v4