Add github build number to title bar for preview

builds
This commit is contained in:
walterroach
2020-10-31 20:19:52 -05:00
committed by Dan Albert
parent 44b5f5acf1
commit 31ca121498
3 changed files with 9 additions and 0 deletions

View File

@@ -41,6 +41,10 @@ jobs:
run: |
./venv/scripts/activate
mypy theater
- name: update build number
run: |
[IO.File]::WriteAllLines($pwd.path + "\buildnumber", $env:GITHUB_RUN_NUMBER)
- name: Build binaries
run: |