We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7391da commit 8a988c3Copy full SHA for 8a988c3
.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