Skip to content

Commit 36cb061

Browse files
committed
syntax
1 parent 53befc9 commit 36cb061

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)