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 e13064f commit 9b3a47f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@ jobs:
run: |
cd ${{ github.workspace }}/output/
7z a windows-Qt-5.15.11-${{ matrix.platform }}.zip QArchive
mkdir upload
cp windows-Qt-5.15.11-${{ matrix.platform }}.zip upload/
- name: Upload Bundles
working-directory: ${{ github.workspace }}/output
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
wget "https://github.com/tcnksm/ghr/releases/download/v0.16.2/ghr_v0.16.2_windows_amd64.zip"
7z x ghr_v0.16.2_windows_amd64.zip
ghr_v0.16.2_windows_amd64/ghr.exe -replace -delete -draft -prerelease prebuilt upload/
- name: Upload
uses: ncipollo/release-action@v1
with:
artifacts: "${{ github.workspace }}/output/*.zip"
tag: prebuilt
prerelease: true

0 comments on commit 9b3a47f

Please sign in to comment.