Merge 2c21609699
into release
This commit is contained in:
commit
5ace80b7e2
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:
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue