Try to fix Mac again, write version number

This commit is contained in:
Mike A. Trethewey
2020-02-27 00:40:35 -08:00
parent 0a2e9cde39
commit f09346e5cb
4 changed files with 35 additions and 0 deletions

View File

@@ -115,7 +115,14 @@ jobs:
env:
OS_NAME: ${{ matrix.os-name }}
run: |
python ./resources/ci/common/prepare_appversion.py
python ./resources/ci/common/prepare_release.py
# upload appversion artifact for later step
- name: Upload AppVersion Artifact
uses: actions/upload-artifact@v1
with:
name: appversion-${{ matrix.os-name }}
path: ./resources/app/meta/manifests/app_version.txt
# upload archive artifact for later step
- name: Upload Archive Artifact
uses: actions/upload-artifact@v1