Skip to content

Commit

Permalink
Extract filename
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Sep 14, 2024
1 parent 5fa6a15 commit 545274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pyinstaller --clean --noconfirm package/vorta.spec
cp -R /usr/local/Caskroom/sparkle/*/Sparkle.framework dist/Vorta.app/Contents/Frameworks/
curl -LJO https://github.com/borgbackup/borg/releases/download/${{ github.event.inputs.borg_version }}/borg-macos1012.tgz
tar xvf borg-macos64.tgz -C dist/Vorta.app/Contents/Resources/
tar xvf borg-macos1012.tgz -C dist/Vorta.app/Contents/Resources/
cd dist && zip -rq --symlinks Vorta.zip Vorta.app
- name: Codesign executable
Expand Down

0 comments on commit 545274e

Please sign in to comment.