Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix path for build
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfiechter committed Jul 4, 2023
1 parent c4bc277 commit 1d71a1e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ jobs:
buildozer android debug
- name: Upload artifacts
uses: actions/upload-artifact@v2
#with:
# name: package
# path: ${{ steps.buildozer.outputs.filename }}
with:
name: package
path: ${{ steps.buildozer.outputs.filename }}

path: bin/*.apk
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 1d71a1e

Please sign in to comment.