Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Apr 1, 2024
1 parent e9b6c25 commit 9f498e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ jobs:
- uses: actions/checkout@v2

# - name: Build GMS Release Artifacts
# run: ./gradlew assembleGmsRelease
# run: ./gradlew androidApp:assembleGmsRelease

# - name: Build HMS Release Artifacts
# run: ./gradlew assembleHmsRelease
# run: ./gradlew androidApp:assembleHmsRelease

# - name: Build FOSS Release Artifacts
# run: ./gradlew assembleFossRelease
# run: ./gradlew androidApp:assembleFossRelease

# - name: Upload Artifacts to Outputs
# uses: actions/upload-artifact@v2
# with:
# path: |
# app/build/outputs/apk
# androidApp/build/outputs/apk

- uses: ncipollo/release-action@v1
with:
artifacts: "release.tar.gz,foo/*.txt,android-app/build/outputs/apk/**/*.apk"
artifacts: "release.tar.gz,foo/*.txt,androidApp/build/outputs/apk/**/*.apk"
artifactErrorsFailBuild: false
generateReleaseNotes: true

0 comments on commit 9f498e4

Please sign in to comment.