Skip to content

Commit

Permalink
fix: finally but finally fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GramingFoxTeam committed Jul 15, 2023
1 parent 46386cd commit 1abf2ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: release-artifacts
paths: |
androidApp/app/build/outputs/apk/debug/
path: androidApp/app/build/outputs/apk/debug/

- name: Create Github Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
tag_name: ${{ env.RELEASE_VERSION }}
files: |
androidApp/app/build/outputs/apk/debug/app-debug.apk
files: androidApp/app/build/outputs/apk/debug/app-debug.apk

0 comments on commit 1abf2ec

Please sign in to comment.