Merge f188b2943f into release

This commit is contained in:
github-actions[bot] 2024-09-29 20:43:48 +00:00 committed by GitHub
commit a8e31da379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,6 +96,8 @@ jobs:
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
merge-multiple: true merge-multiple: true
- name: Troublshooting
run: ls -R
- name: Make Github release - name: Make Github release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
@ -104,6 +106,7 @@ jobs:
prerelease: false prerelease: false
name: Polaris ${{ github.event.inputs.versionNumber }} name: Polaris ${{ github.event.inputs.versionNumber }}
tag_name: ${{ github.event.inputs.versionNumber }} tag_name: ${{ github.event.inputs.versionNumber }}
fail_on_unmatched_files: true
files: | files: |
Polaris_${{ github.event.inputs.versionNumber }}.tar.gz Polaris_${{ github.event.inputs.versionNumber }}.tar.gz
Polaris_${{ github.event.inputs.versionNumber }}.msi Polaris_${{ github.event.inputs.versionNumber }}.msi