Skip to content

Commit

Permalink
Back to 1
Browse files Browse the repository at this point in the history
Reverting again
  • Loading branch information
CharlesForson authored Sep 5, 2022
1 parent 85f8c3a commit 90e30cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ env.projectName }}${{ env.dirName }} - ${{ github.event.inputs.module }}
path: ${{ github.workspace }}/${{ env.projectName }}${{ github.event.inputs.repo-dir }}/${{ github.event.inputs.module }}/build/outputs/apk/debug/*.apk


path: ${{ github.workspace }}/${{ env.projectName }}${{ github.event.inputs.repo-dir }}/${{ github.event.inputs.module }}/build/outputs/apk/release/*.apk




0 comments on commit 90e30cb

Please sign in to comment.