Merge 2c21609699 into release

This commit is contained in:
github-actions[bot] 2020-12-14 03:45:40 +00:00 committed by GitHub
commit 5ace80b7e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,10 @@ jobs:
with:
version-number: ${{ github.event.inputs.versionNumber }}
output-file: polaris.msi
- name: Retrieve Upload URL
uses: actions/download-artifact@v1
with:
name: release
- name: Read Upload URL
shell: bash
run: echo "UPLOAD_URL=$(cat release/upload-url)" >> $GITHUB_ENV