From 9372f63bfe48d58ab3903581331a403a6a84a8c6 Mon Sep 17 00:00:00 2001 From: antony-jr Date: Mon, 11 Dec 2023 11:54:57 +0530 Subject: [PATCH] try fix upload --- .github/workflows/deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fb5eae6..0c67d9b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -125,8 +125,6 @@ jobs: working-directory: ${{ github.workspace }}/upload env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ needs.check.outputs.deploy }} + TAG: ${{ needs.check.outputs.deploy }} run: | - gh release upload "$tag" \ - --repo="$GITHUB_REPOSITORY" \ - windows-msvc-v${{ matrix.toolset }}-qt-${{ matrix.qt_version }}-${{ matrix.arch }}-${{ matrix.build_type }}.zip + gh release upload %TAG% --repo %GITHUB_REPOSITORY% windows-msvc-v${{ matrix.toolset }}-qt-${{ matrix.qt_version }}-${{ matrix.arch }}-${{ matrix.build_type }}.zip