Skip to content

Commit

Permalink
Fixed "move" step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoroney committed Nov 24, 2024
1 parent 80d6a90 commit 891743b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Move Python Server and App to Output Folder
run: |
mv AutoSubs-App/src-tauri/target/release/bundle/macos/AutoSubs.app Output/AutoSubs/
mv Mac-Server/dist/Transcription-Server/* Output/AutoSubs/Transcription-Server/
mv Mac-Server/dist/Transcription-Server Output/AutoSubs/
- name: Create PKG Installer
run: |
Expand Down

0 comments on commit 891743b

Please sign in to comment.