mirror of
https://github.com/agersant/polaris
synced 2024-11-12 18:57:05 +00:00
Fail when artifacts are missing
This commit is contained in:
parent
444d261d0b
commit
e3041fca6f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -104,6 +104,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…
Reference in a new issue