Skip to content

Commit

Permalink
see what is built in the dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tpickett committed Nov 13, 2023
1 parent 2709224 commit ca96a95
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
- name: Build executable
run: |
pyinstaller --onefile app.py --name mimosa
- uses: actions/upload-artifact@v2
- name: test_ouput
run: ls -la ./dist
- uses: actions/upload-artifact@v3
with:
name: mimosa
path: dist/mimosa.exe
name: mimosa.exe
path: ./dist/mimosa/mimosa.exe

- name: Determine version
id: version
Expand Down

0 comments on commit ca96a95

Please sign in to comment.