Skip to content

Commit

Permalink
Merge branch 'main' into new-project-page
Browse files Browse the repository at this point in the history
Signed-off-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
  • Loading branch information
Geometrically authored Aug 21, 2024
2 parents 1164121 + a19ce04 commit 49033e7
Show file tree
Hide file tree
Showing 28 changed files with 529 additions and 129 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
args: --target universal-apple-darwin
args: "--target universal-apple-darwin --config ./apps/app/tauri-release.conf.json"
working-directory: ./apps/app

- name: build app
Expand All @@ -110,6 +110,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
args: "--config ./apps/app/tauri-release.conf.json"
working-directory: ./apps/app

- name: upload ${{ matrix.platform }}
Expand Down
Loading

0 comments on commit 49033e7

Please sign in to comment.