Skip to content

Commit

Permalink
Merge pull request #13 from alexey-lapin/feature/fix-release-artifacts
Browse files Browse the repository at this point in the history
github-actions: fix release artifacts
  • Loading branch information
alexey-lapin committed Mar 9, 2023
2 parents 12bc693 + b0fd25d commit a3ec248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
body: ${{ steps.build-release-changelog.outputs.changelog }}
draft: true
files: |
app-jar/!(*-plain).jar
app-jar/**/!(*-plain).jar
app-native-linux/*.tar.gz
app-native-windows/*.zip
Expand Down

0 comments on commit a3ec248

Please sign in to comment.