mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: clean up workflows
This commit is contained in:
12
.github/workflows/build-mobile-comment.yml
vendored
12
.github/workflows/build-mobile-comment.yml
vendored
@@ -50,11 +50,6 @@ jobs:
|
||||
- name: Rename apk
|
||||
run: cd apps/expo && mv android/app/build/outputs/apk/release/app-release.apk android/app/build/outputs/apk/release/movie-web.apk
|
||||
|
||||
# - name: Comment on pull request
|
||||
# uses: thollander/actions-comment-pull-request@v2
|
||||
# with:
|
||||
# filePath: ./apps/expo/android/app/build/outputs/apk/release/movie-web.apk
|
||||
|
||||
- name: Upload movie-web.apk as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
@@ -95,7 +90,7 @@ jobs:
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm run ipa
|
||||
|
||||
- name: Export .ipa from .app
|
||||
- name: Pack .ipa from .app
|
||||
run: |
|
||||
cd apps/expo
|
||||
mkdir -p ios/build/Build/Products/Release-iphoneos/Payload
|
||||
@@ -103,11 +98,6 @@ jobs:
|
||||
cd ios/build/Build/Products/Release-iphoneos
|
||||
zip -r ../../../movie-web.ipa Payload
|
||||
|
||||
# - name: Comment on pull request
|
||||
# uses: thollander/actions-comment-pull-request@v2
|
||||
# with:
|
||||
# filePath: ./apps/expo/ios/build/movie-web.ipa
|
||||
|
||||
- name: Upload movie-web.ipa as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
14
.github/workflows/build-mobile.yml
vendored
14
.github/workflows/build-mobile.yml
vendored
@@ -45,12 +45,6 @@ jobs:
|
||||
|
||||
- name: Rename apk
|
||||
run: cd apps/expo && mv android/app/build/outputs/apk/release/app-release.apk android/app/build/outputs/apk/release/movie-web.apk
|
||||
|
||||
# - name: Comment on pull request
|
||||
# if: github.event_name == 'pull_request'
|
||||
# uses: thollander/actions-comment-pull-request@v2
|
||||
# with:
|
||||
# filePath: ./apps/expo/android/app/build/outputs/apk/release/movie-web.apk
|
||||
|
||||
- name: Upload movie-web.apk as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -87,7 +81,7 @@ jobs:
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm run ipa
|
||||
|
||||
- name: Export .ipa from .app
|
||||
- name: Pack .ipa from .app
|
||||
run: |
|
||||
cd apps/expo
|
||||
mkdir -p ios/build/Build/Products/Release-iphoneos/Payload
|
||||
@@ -95,12 +89,6 @@ jobs:
|
||||
cd ios/build/Build/Products/Release-iphoneos
|
||||
zip -r ../../../movie-web.ipa Payload
|
||||
|
||||
# - name: Comment on pull request
|
||||
# if: github.event_name == 'pull_request'
|
||||
# uses: thollander/actions-comment-pull-request@v2
|
||||
# with:
|
||||
# filePath: ./apps/expo/ios/build/movie-web.ipa
|
||||
|
||||
- name: Upload movie-web.ipa as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
2
.github/workflows/release-mobile.yml
vendored
2
.github/workflows/release-mobile.yml
vendored
@@ -111,7 +111,7 @@ jobs:
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm run ipa
|
||||
|
||||
- name: Export .ipa from .app
|
||||
- name: Pack .ipa from .app
|
||||
run: |
|
||||
cd apps/expo
|
||||
mkdir -p ios/build/Build/Products/Release-iphoneos/Payload
|
||||
|
Reference in New Issue
Block a user