Skip to content

Commit

Permalink
ci(distribution): fix naming for msi artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
sotterbeck committed Mar 24, 2022
1 parent 6a7e23e commit f60e40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-distribute-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload MSI as an artifact
uses: actions/upload-artifact@v2
with:
name: hellofx-jdk${{ matrix.java }}-${{ matrix.os }}-msi
name: tile-mapper-${{ matrix.os }}-msi
path: build/jpackage/*.msi

# Linux
Expand Down

0 comments on commit f60e40d

Please sign in to comment.