Skip to content

Commit

Permalink
ci: fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
authorisation authored Jan 29, 2024
1 parent 21c4c43 commit d8d4f49
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build all
- name: Build
run: ./gradlew assembleArmv8Debug

- name: Build Version
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build all
- name: Build
run: ./gradlew assembleArmv7Debug

- name: Build Version
Expand All @@ -88,7 +88,7 @@ jobs:

- name: Rename APK file
run: |
mv app/build/outputs/apk/armv7/debug/*.apk app/build/outputs/apk/armv8/debug/snapenhance-${{ env.version }}-armv7-${{ steps.version-env.outputs.sha_short }}.apk
mv app/build/outputs/apk/armv7/debug/*.apk app/build/outputs/apk/armv7/debug/snapenhance-${{ env.version }}-armv7-${{ steps.version-env.outputs.sha_short }}.apk
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand All @@ -114,7 +114,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build all
- name: Build
run: ./gradlew assembleAllDebug

- name: Build Version
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build manager
- name: Build
run: ./gradlew manager:assembleDebug

- name: Upload artifact
Expand All @@ -185,8 +185,8 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build manager
run: ./gradlew core:assembleDebug
- name: Build
run: ./gradlew assembleCoreDebug

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d8d4f49

Please sign in to comment.