diff --git a/.github/workflows/check_osx.yml b/.github/workflows/check_osx.yml index ab12150..725666a 100644 --- a/.github/workflows/check_osx.yml +++ b/.github/workflows/check_osx.yml @@ -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