Fetch URL for uploading release assets

This commit is contained in:
Antoine Gersant 2020-12-13 19:44:41 -08:00
parent 847d61f62b
commit 2c21609699

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