Clean up after build
This commit is contained in:
parent
ca1adb424a
commit
5f5ad962df
|
@ -63,12 +63,11 @@ jobs:
|
||||||
- name: Build (macOS)
|
- name: Build (macOS)
|
||||||
run: |
|
run: |
|
||||||
ci/beta-archive.sh mac
|
ci/beta-archive.sh mac
|
||||||
- name: Clean up
|
|
||||||
run: |
|
|
||||||
scripts/reset-archive.sh
|
scripts/reset-archive.sh
|
||||||
- name: Build (iOS)
|
- name: Build (iOS)
|
||||||
run: |
|
run: |
|
||||||
ci/beta-archive.sh ios
|
ci/beta-archive.sh ios
|
||||||
|
scripts/reset-archive.sh
|
||||||
- name: Send to App Store (macOS)
|
- name: Send to App Store (macOS)
|
||||||
run: |
|
run: |
|
||||||
ci/set-build-changelog.sh mac
|
ci/set-build-changelog.sh mac
|
||||||
|
|
Loading…
Reference in New Issue