Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arkrow committed Jul 25, 2024
1 parent 7e519f1 commit 086d1a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
- name: Inject poetry-dynamic-versioning
run: pipx inject poetry "poetry-dynamic-versioning[plugin]"
- name: Install dependencies
run: poetry install
run: poetry install --with dev
- name: Build package
run: poetry build
run: poetry build --format pyinstaller
- uses: actions/upload-artifact@v4
with:
name: pymusiclooper-${{ matrix.os }}
path: dist/pyinstaller/**/pymusiclooper*
path: |
dist/pyinstaller/**/*
!dist/pyinstaller/**/.specs

0 comments on commit 086d1a7

Please sign in to comment.