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: 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
@ -110,6 +108,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