Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 19, 2023
1 parent aa9dc2e commit dceb055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
working-directory: apps/desktop
run: |
ls -hal src-tauri/target/aarch64-apple-darwin
ls -hal src-tauri/target/aarch64-apple-darwin/release/bundle/macos
- name: Install certificate (OSX)
if: matrix.os == 'macos-latest'
Expand All @@ -66,8 +67,7 @@ jobs:
with:
type: "zip"
filename: overlayed-${{ matrix.target }}.zip
directory: "apps/desktop/src-tauri/target/aarch64-apple-darwin/release/bundle/macos"
path: ${{ matrix.exe_name }}
directory: "apps/desktop/src-tauri/${{ env.EXE_DIR }}"
- name: Notarize app bundle (OSX)
if: matrix.os == 'macos-latest'
working-directory: "apps/desktop/src-tauri"
Expand Down

0 comments on commit dceb055

Please sign in to comment.