Skip to content

Commit ff9b6d6

Browse files
committed
syntax4度目
1 parent 36cb061 commit ff9b6d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.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)