Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
procrastinatio committed Jan 10, 2025
1 parent f2be225 commit ae5b2ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/windows-pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ jobs:
pip install -e ".[gui]"
pyinstaller gui/geocover-qa.spec --distpath dist/gui --workpath build/gui
- name: Rename artifacts
shell: bash -el {0}
run: |
mv dist/gui/geocover_qa.exe dist/gui/geocover-qa-$VERSION.exe
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ae5b2ff

Please sign in to comment.