Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Nov 17, 2023
1 parent 2d55cfc commit 969722c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
7z a windows-Qt-5.15.2-${{ matrix.platform }}.zip QArchive
- name: Upload Bundles
working-directory: ${{ github.workspace }}/output
uses: svenstaro/upload-release-action@v2
shell: cmd
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/output/windows-Qt-5.15.2-${{ matrix.platform }}.zip
file: windows-Qt-5.15.2-${{ matrix.platform }}.zip
tag: prebuilt
overwrite: true
prerelease: true
Expand Down

0 comments on commit 969722c

Please sign in to comment.