mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Store version in project metadata
This commit is contained in:
parent
21a266e302
commit
f600d682e7
11 changed files with 45 additions and 22 deletions
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
|
|
@ -41,7 +41,9 @@ jobs:
|
|||
run: git diff --exit-code
|
||||
|
||||
- name: Build
|
||||
run: ./scripts/build
|
||||
run: |
|
||||
./scripts/build
|
||||
./dist/pferd${{ matrix.os == 'windows-latest' && '.exe' || '' }} --version
|
||||
|
||||
- name: Rename binary
|
||||
# Glob in source location because on windows pyinstaller creates a file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue