Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Apr 16, 2023
1 parent 2c8dece commit d8be5f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,6 @@ jobs:
run: |
cd ${{ github.workspace }}/go/src/github.com/Hi-Windom/Sillot
.\scripts\sillot-android-build-action.bat
set SENTRY_ORG=hi-windom
set SENTRY_PROJECT=sillot-android
set SENTRY_LOG_LEVEL=debug
continue-on-error: false

- name: Build with Gradle
Expand All @@ -318,6 +315,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_name: Sillot-${{ needs.create_release.outputs.release_version }}.apk
asset_name: Sillot-${{ needs.create_release.outputs.release_version }}-debug.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 d8be5f9

Please sign in to comment.