Skip to content

Commit

Permalink
fix: move build file from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
BukiOffor committed Jan 12, 2024
1 parent 18a8ac7 commit 719dcac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: package
path: ${{ steps.buildozer.outputs.filename }}
path: bin/*.apk
#path: ${{ steps.buildozer.outputs.filename }}

0 comments on commit 719dcac

Please sign in to comment.