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 eaa2d99 commit c314036
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@ jobs:
run: |
cd ${{ github.workspace }}/output/
7z a windows-Qt-5.15.11-${{ matrix.platform }}.zip QArchive
ls -R .
7z l windows-Qt-5.15.11-${{ matrix.platform }}.zip
- name: Upload
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "${{ github.workspace }}/output/*.zip"
artifacts: "${{ github.workspace }}/output/windows-Qt-5.15.11-${{ matrix.platform }}.zip"
tag: prebuilt
prerelease: true

0 comments on commit c314036

Please sign in to comment.