From 59550760eb396a32ea4a9556b3e5e0a3a61bf228 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Tue, 7 May 2024 15:51:31 +0200 Subject: [PATCH] Fix attempt for version in file name --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 337bbda..f1879e7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -49,7 +49,8 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ steps.jprm.outputs.artifact }} tag: ${{ github.ref }} - asset_name: TubeArchivistMetadata-${VERSION}.zip + version: ${VERSION} + asset_name: TubeArchivistMetadata-$version.zip - name: Update manifest.json uses: stefanzweifel/git-auto-commit-action@v4