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 e7b3578 commit d9c0ce4Copy full SHA for d9c0ce4
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: softprops/action-gh-release@v1
24
with:
25
# body_path: ${{ github.workflow }}-CHANGELOG.txt
26
- files: ./target/*.jarln -s /data/to/zip/data.txt data.txt
+ files: ./target/*.jar
27
draft: true
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments