Skip to content

Commit

Permalink
fix file_glob
Browse files Browse the repository at this point in the history
  • Loading branch information
kounoike committed Dec 20, 2020
1 parent 220f5d3 commit d82e853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: target/scala-*/gitbucket-ipynb-plugin-*.jar
file: target/scala-*/gitbucket-ipynb-plugin-*.jar
asset_name: plugin-jar
tag: ${{ github.ref }}
file_glob: true
overwrite: true

0 comments on commit d82e853

Please sign in to comment.