mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-macos.yml
This commit is contained in:
parent
ea301b5a84
commit
e56b2b671a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-macos.yml
vendored
3
.github/workflows/build-macos.yml
vendored
|
@ -44,7 +44,8 @@ jobs:
|
|||
- name: Package as .app
|
||||
run: |
|
||||
wget -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip
|
||||
tar -x Picocrypt.app.zip
|
||||
ls -l
|
||||
tar -zxvf Picocrypt.app.zip
|
||||
rm Picocrypt.app.zip
|
||||
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
|
||||
zip -r Picocrypt.app.zip Picocrypt.app
|
||||
|
|
Loading…
Add table
Reference in a new issue