mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
fix pipeline
This commit is contained in:
parent
7562581563
commit
b15662eb26
2 changed files with 1 additions and 4 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue