We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cb061 commit ff9b6d6Copy full SHA for ff9b6d6
1 file changed
.github/workflows/main.yml
@@ -21,4 +21,6 @@ jobs:
21
uses: softprops/action-gh-release@v1
22
with:
23
tag_name: release-v${{ github.run_number }}
24
- files: 'target/!original-*.jar'
+ files: |
25
+ target/*.jar
26
+ target/!original-*.jar
0 commit comments