Merge f188b2943f
into release
This commit is contained in:
commit
a8e31da379
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -96,6 +96,8 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
merge-multiple: true
|
||||
- name: Troublshooting
|
||||
run: ls -R
|
||||
- name: Make Github release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
|
@ -104,6 +106,7 @@ jobs:
|
|||
prerelease: false
|
||||
name: Polaris ${{ github.event.inputs.versionNumber }}
|
||||
tag_name: ${{ github.event.inputs.versionNumber }}
|
||||
fail_on_unmatched_files: true
|
||||
files: |
|
||||
Polaris_${{ github.event.inputs.versionNumber }}.tar.gz
|
||||
Polaris_${{ github.event.inputs.versionNumber }}.msi
|
||||
|
|
Loading…
Add table
Reference in a new issue