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 90b2327 commit 558ccc5Copy full SHA for 558ccc5
.github/workflows/main.yml
@@ -21,4 +21,4 @@ jobs:
21
uses: softprops/action-gh-release@v1
22
with:
23
tag_name: release-v${{ github.run_number }}
24
- files: 'target/*.jar'
+ files: 'target/!original*.jar'
0 commit comments