Skip to content

Commit

Permalink
Syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Sep 29, 2024
1 parent 0b50a10 commit e11344d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ jobs:
create_release:
name: Create Github Release
runs-on: ubuntu-latest
needs:
- windows
- linux
needs: [windows, linux]

steps:
- name: Download Windows installer
Expand All @@ -109,6 +107,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

0 comments on commit e11344d

Please sign in to comment.