We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53befc9 commit 36cb061Copy full SHA for 36cb061
.github/workflows/main.yml
@@ -21,6 +21,4 @@ jobs:
21
uses: softprops/action-gh-release@v1
22
with:
23
tag_name: release-v${{ github.run_number }}
24
- files:
25
- - 'target/*.jar'
26
- - 'target/!original-*.jar'
+ files: 'target/!original-*.jar'
0 commit comments