Skip to content

Commit

Permalink
Merge pull request #19 from ewgenius/main
Browse files Browse the repository at this point in the history
upload to apple notary
  • Loading branch information
ewgenius authored Aug 4, 2022
2 parents 0817833 + 8898442 commit cc27dc1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- release
paths:
- 'apps/extt-desktop/**'

defaults:
run:
Expand Down Expand Up @@ -79,8 +81,9 @@ jobs:
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
# APPLE_ID: ${{ secrets.APPLE_ID }}
# APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_PROVIDER_SHORT_NAME: ${{ secrets.APPLE_PROVIDER_SHORT_NAME }}
with:
releaseId: ${{ needs.prepare.outputs.release_id }}

Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "test"

on: [pull_request]
on:
pull_request:
paths:
- 'apps/extt-desktop/**'

jobs:
test:
Expand Down Expand Up @@ -44,8 +47,11 @@ jobs:
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
# APPLE_ID: ${{ secrets.APPLE_ID }}
# APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_PROVIDER_SHORT_NAME: ${{ secrets.APPLE_PROVIDER_SHORT_NAME }}
with:
args: -v

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion apps/extt-desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.ewgenius.extt",
"identifier": "com.ewgenius.extt-app",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand Down

0 comments on commit cc27dc1

Please sign in to comment.