Skip to content

Commit

Permalink
del old opp
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Oct 5, 2024
1 parent 8c81330 commit 7ad2d45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ jobs:
if: matrix.os == 'macos-14'

- name: Zip Mac Arm Bundle
run: mv target/release/bundle/osx/oculante.app . && zip -r oculante_app_arm_noheif.zip oculante.app
run: |
rm -rf oculante.app
mv target/release/bundle/osx/oculante.app . && zip -r oculante_app_arm_noheif.zip oculante.app
if: matrix.os == 'macos-14'

- name: Archive arm build
Expand Down

0 comments on commit 7ad2d45

Please sign in to comment.