Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Aug 22, 2024
1 parent 8e54f67 commit 2677d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python3 build.py --build_exe

- name: copy backend
run: cp -r backend dist/main/
run: cp -r backend dist/

- name: compress archive
run: zip -r REAL-Video-Enhancer-2.0-Linux.zip dist/main/
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: python3 build.py --build_exe

- name: copy backend
run: cp -r backend dist/main/
run: cp -r backend dist/

- name: compress archive
run: zip -r REAL-Video-Enhancer-2.0-MacOS_x86_64.zip dist/main/
Expand Down

0 comments on commit 2677d31

Please sign in to comment.