Skip to content

Commit 8a988c3

Browse files
committed
syntax
1 parent b7391da commit 8a988c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121
uses: softprops/action-gh-release@v1
2222
with:
2323
tag_name: release-v${{ github.run_number }}
24-
files: 'target/!original*.jar'
24+
files:
25+
- 'target/*.jar'
26+
- '!target/original-*.jar'

0 commit comments

Comments
 (0)