Syntax fixes

This commit is contained in:
Antoine Gersant 2024-09-29 12:54:50 -07:00
parent 72f4604f7a
commit 4548574298

View file

@ -83,9 +83,7 @@ jobs:
create_release:
name: Create Github Release
runs-on: ubuntu-latest
needs:
- windows
- linux
needs: [windows, linux]
steps:
- name: Download Windows installer
@ -110,6 +108,6 @@ jobs:
prerelease: false
name: Polaris ${{ github.event.inputs.versionNumber }}
tag_name: ${{ github.event.inputs.versionNumber }}
files:
- Polaris_${{ github.event.inputs.versionNumber }}.tar.gz
- Polaris_${{ github.event.inputs.versionNumber }}.msi
files: |
Polaris_${{ github.event.inputs.versionNumber }}.tar.gz
Polaris_${{ github.event.inputs.versionNumber }}.msi