Skip to content

Commit

Permalink
chore: version.json missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lka-berlin committed Feb 27, 2024
1 parent 15c4d81 commit 51ccf6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ jobs:
- name: get get-next-version
run: |
Invoke-WebRequest -uri https://github.com/thenativeweb/get-next-version/releases/download/2.6.1/get-next-version-windows-amd64.exe -outfile get-next-version-windows-amd64.exe
ls
.\get-next-version-windows-amd64.exe -p 'v' --target json > version.json
shell: powershell
- name: Build with pyinstaller
run: |
.venv/Scripts/activate
pyinstaller excel2zugferd.py --noconsole --add-data _internal/Fonts:Fonts --add-data ./.venv/Lib/site-packages/drafthorse/schema:drafthorse/schema --add-data version.json:. --noconfirm
more version.json
- name: Deploy artifacts
uses: actions/upload-artifact@v4
id: artifact
Expand Down
Binary file modified _internal/version.json
Binary file not shown.

0 comments on commit 51ccf6f

Please sign in to comment.