Fetch URL for uploading release assets
This commit is contained in:
parent
847d61f62b
commit
2c21609699
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -76,6 +76,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version-number: ${{ github.event.inputs.versionNumber }}
|
version-number: ${{ github.event.inputs.versionNumber }}
|
||||||
output-file: polaris.msi
|
output-file: polaris.msi
|
||||||
|
- name: Retrieve Upload URL
|
||||||
|
uses: actions/download-artifact@v1
|
||||||
|
with:
|
||||||
|
name: release
|
||||||
- name: Read Upload URL
|
- name: Read Upload URL
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "UPLOAD_URL=$(cat release/upload-url)" >> $GITHUB_ENV
|
run: echo "UPLOAD_URL=$(cat release/upload-url)" >> $GITHUB_ENV
|
||||||
|
|
Loading…
Add table
Reference in a new issue