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 969722c commit c131794
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
qt5-base:p
install: >-
p7zip
wget
zip
- name: Make Output Directory
run: |
Expand All @@ -56,12 +58,9 @@ jobs:
- name: Upload Bundles
working-directory: ${{ github.workspace }}/output
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: windows-Qt-5.15.2-${{ matrix.platform }}.zip
tag: prebuilt
overwrite: true
prerelease: true
release_name: "Prebuilt Library"
body: "Prebuilt binaries for QArchive, to use with Qt prebuilds. (Work in Progress)"
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"
unzip ghr_v0.16.2_windows_amd64.zip
ghr_v0.16.2_windows_amd64/ghr.exe -n "Prebuilt Library (WIP)" -b "Prebuilt DLLs, a Work in Progress" -replace -delete -draft -prerelease prebuilt

0 comments on commit c131794

Please sign in to comment.