Fix pyinstaller spec for release.

final and buildnumber are optional files. Move them into resources to
avoid naming them explicitly.
This commit is contained in:
Dan Albert
2020-11-14 13:01:11 -08:00
parent 9019cbfd2b
commit fae9650f56
4 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ jobs:
- name: update build number
run: |
[IO.File]::WriteAllLines($pwd.path + "\buildnumber", $env:GITHUB_RUN_NUMBER)
[IO.File]::WriteAllLines($pwd.path + "\resources\buildnumber", $env:GITHUB_RUN_NUMBER)
- name: Build binaries
run: |

View File

@@ -31,7 +31,7 @@ jobs:
- name: Finalize version
run: |
New-Item -ItemType file final
New-Item -ItemType file resources\final
- name: mypy game
run: |