Skip to content

Commit

Permalink
try fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Dec 11, 2023
1 parent 025e3ce commit 9372f63
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9372f63

Please sign in to comment.