Skip to content

Commit

Permalink
Update package-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoroney committed Nov 25, 2024
1 parent 485cb4f commit 844157c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ 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"
mv "AutoSubs-App/src-tauri/target/release/bundle/macos/AutoSubs.app" "Output"
mv "Mac-Server/dist/Transcription-Server" "Output"
- name: Create PKG Installer
run: |
Expand Down

0 comments on commit 844157c

Please sign in to comment.