Skip to content

Commit

Permalink
make windows github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tntwise5 committed Aug 21, 2024
1 parent bb0012e commit a35d396
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ jobs:
run: cp -r backend dist/main/

- name: compress archive
run: tar -a -c -f REAL-Video-Enhancer-2.0-Windows.zip dist/main/
run:
cd dist
tar -a -c -f REAL-Video-Enhancer-2.0-Windows.zip main
cd ..
cp dist/REAL-Video-Enhancer-2.0-Windows.zip REAL-Video-Enhancer-2.0-Windows.zip

- name: Save Archive as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a35d396

Please sign in to comment.