Skip to content

Commit

Permalink
Correctly archive windows jars without version in file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Jan 13, 2025
1 parent a16a1cc commit 93a24f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: vat-${{ matrix.target }}.jar
path: build/libs/vat-${{ matrix.target }}-*.jar
path: build/libs/vat-${{ matrix.target }}.jar

# Prepare a draft release for GitHub Releases page for the manual verification
# If accepted and published, release workflow would be triggered
Expand Down

0 comments on commit 93a24f1

Please sign in to comment.