Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Apr 15, 2023
1 parent 6ee29bd commit 4b75255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
- name: Build with Gradle
if: "contains( matrix.config.goos, 'windows')"
working-directory: ${{ github.workspace }}/go/src/github.com/Hi-Windom/SillotAndroid
run: ./gradlew assembleRelease --quiet
run: ./gradlew assembleDebug --quiet --stacktrace
continue-on-error: false
# if use assembleDebug , replace path `app/release` with `app/debug`
- name: Upload APK to release
Expand All @@ -319,5 +319,5 @@ jobs:
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_name: Sillot-${{ needs.create_release.outputs.release_version }}.apk
asset_path: ${{ github.workspace }}/go/src/github.com/Hi-Windom/SillotAndroid/app/release/Sillot-${{ needs.create_release.outputs.release_version }}.apk
asset_path: ${{ github.workspace }}/go/src/github.com/Hi-Windom/SillotAndroid/app/build/outputs/apk/debug/Sillot-${{ needs.create_release.outputs.release_version }}.apk
asset_content_type: application/octet-stream

0 comments on commit 4b75255

Please sign in to comment.