Skip to content

Commit

Permalink
attempt at adding workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Jan 6, 2024
1 parent 9a9943d commit 52b4137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MediaDownloader4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
run: |
mkdir ${{github.workspace}}\build\all\
mkdir ${{github.workspace}}\build\all\local
cp ${{github.workspace}}/build/RePr.exe ${{github.workspace}}\build\all\
cp ${{github.workspace}}/build/media-downloader.exe ${{github.workspace}}\build\all\
cd ${{github.workspace}}\build\all\
windeployqt.exe RePr.exe --release
windeployqt.exe media-downloader.exe --release
ls
Compress-Archive -Path ${{github.workspace}}\build\all\ -DestinationPath ${{github.workspace}}\build\final.zip
-
Expand Down

0 comments on commit 52b4137

Please sign in to comment.