Skip to content

Commit

Permalink
bumps version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-pieces committed Feb 12, 2024
1 parent 678b9a0 commit 9da760c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build stand alone
run: |
poetry run pyinstaller -c --onefile src/pieces/app.py --hidden-import=pydantic_core --add-data=".data/applications.db:." --name=pieces
poetry run pyinstaller -c --onefile src/pieces/app.py --hidden-import=pydantic_core --add-data="src/pieces/data/applications.db:." --name=pieces
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 9da760c

Please sign in to comment.