Skip to content

Commit d9c0ce4

Browse files
committed
Update release.yml
1 parent e7b3578 commit d9c0ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: softprops/action-gh-release@v1
2424
with:
2525
# body_path: ${{ github.workflow }}-CHANGELOG.txt
26-
files: ./target/*.jarln -s /data/to/zip/data.txt data.txt
26+
files: ./target/*.jar
2727
draft: true
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)