Skip to content

Commit

Permalink
wow, pyinstaller is so much easier than buildozer. let's get those ar…
Browse files Browse the repository at this point in the history
…tifacts in the right place
  • Loading branch information
maltfield committed Jun 22, 2020
1 parent 848ccdd commit faeb612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: helloWorld-mac-x86_64
path: buildozer/dist/
path: dist/

- name: Create dist tarball
run: 'tar -cjvf helloWorld-mac-x86_64.${{ github.run_id }}.tar.bz2 buildozer/dist/*'
run: 'tar -cjvf helloWorld-mac-x86_64.${{ github.run_id }}.tar.bz2 dist/*'
shell: bash

- name: Create Release
Expand Down

0 comments on commit faeb612

Please sign in to comment.