Syntax fixes

This commit is contained in:
Antoine Gersant 2024-09-29 12:54:50 -07:00
parent 0b50a10a36
commit e11344d2b4

View file

@ -82,9 +82,7 @@ jobs:
create_release: create_release:
name: Create Github Release name: Create Github Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs: [windows, linux]
- windows
- linux
steps: steps:
- name: Download Windows installer - name: Download Windows installer
@ -109,6 +107,6 @@ 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 }}
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