Skip to content

Commit

Permalink
stupid windows
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Dec 11, 2023
1 parent 9372f63 commit f2eac73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
toolset: [14.0, 14.2]

steps:
- name: Test
env:
check: "Testing"
run: echo "${{ env.check }}"

- name: Checkout
uses: actions/checkout@v3

Expand Down Expand Up @@ -127,4 +132,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 "${{ env.TAG }}" --repo "${{ env.GITHUB_REPOSITORY }}" windows-msvc-v${{ matrix.toolset }}-qt-${{ matrix.qt_version }}-${{ matrix.arch }}-${{ matrix.build_type }}.zip

0 comments on commit f2eac73

Please sign in to comment.