Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Nov 17, 2023
1 parent 7f2a89b commit ae11a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed .CMakeLists.txt.swp
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
meson test -C "${{github.workspace}}/build" --verbose
meson install -C "${{github.workspace}}/build"
cd "${{github.workspace}}/output"
cd output
7z a windows-Qt-5.15.11-${{ matrix.platform }}.zip QArchive
mkdir upload
cp *.zip upload/
mv windows-Qt-5.15.11-${{ matrix.platform }}.zip upload/
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
Expand Down

0 comments on commit ae11a3d

Please sign in to comment.