fix pipeline

This commit is contained in:
neil 2023-02-08 10:12:57 +08:00
parent 7562581563
commit b15662eb26
2 changed files with 1 additions and 4 deletions

View file

@ -20,6 +20,7 @@ jobs:
src:
- 'modules/desktop/**'
- 'modules/ui/**'
- '.github/**'
- name: get s3 preview folder
id: preview
run: echo "folder=${{ github.event.number }}-merge" >> $GITHUB_OUTPUT
@ -104,8 +105,6 @@ jobs:
- run: tar xzf artifacts.tgz
- run: cd ./macos/ && zip -r tea.zip tea.app
# Notarize. Can take up to 10 minutes (and fail) asynchronously
- run: xcrun altool --notarize-app --username "$APPLE_ID" --password "$APPLE_PASSWORD" --primary-bundle-id "com.tea.xyz" --file ./macos/tea.zip
env:

View file

@ -55,8 +55,6 @@ jobs:
- run: tar xzf artifacts.tgz
- run: cd ./macos/ && zip -r tea.zip tea.app
# Notarize. Can take up to 10 minutes (and fail) asynchronously
- run: xcrun altool --notarize-app --username "$APPLE_ID" --password "$APPLE_PASSWORD" --primary-bundle-id "com.tea.xyz" --file ./macos/tea.zip
env: