From f20ea143b04eacc4a443570de6efade12f3cce7b Mon Sep 17 00:00:00 2001 From: antony-jr Date: Mon, 11 Dec 2023 12:24:29 +0530 Subject: [PATCH] stupid windows --- .github/workflows/deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fef3734..8dacc41 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -75,11 +75,6 @@ jobs: toolset: [14.0, 14.2] steps: - - name: Test - env: - check: "Testing" - run: echo "${{ env.check }}" - - name: Checkout uses: actions/checkout@v3 @@ -132,4 +127,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG: ${{ needs.check.outputs.deploy }} run: | - gh release upload "${{ env.TAG }}" --repo "${{ env.GITHUB_REPOSITORY }}" windows-msvc-v${{ matrix.toolset }}-qt-${{ matrix.qt_version }}-${{ matrix.arch }}-${{ matrix.build_type }}.zip + gh release upload "${{ env.TAG }}" --repo "${{ github.repository }}" windows-msvc-v${{ matrix.toolset }}-qt-${{ matrix.qt_version }}-${{ matrix.arch }}-${{ matrix.build_type }}.zip