Skip to content

Commit faeb612

Browse files
committed
wow, pyinstaller is so much easier than buildozer. let's get those artifacts in the right place
1 parent 848ccdd commit faeb612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ jobs:
112112
- uses: actions/upload-artifact@v2
113113
with:
114114
name: helloWorld-mac-x86_64
115-
path: buildozer/dist/
115+
path: dist/
116116

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

121121
- name: Create Release

0 commit comments

Comments
 (0)