Skip to content

Commit

Permalink
Updated globber pattern.
Browse files Browse the repository at this point in the history
Use v1.8.1
  • Loading branch information
Anders Wallin committed Mar 15, 2021
1 parent 5031e25 commit 6d2f66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
AC_APPID: "${{ secrets.AC_APPID }}"
AC_USERNAME: "${{ secrets.AC_USERNAME }}"
AC_PASSWORD: "${{ secrets.AC_PASSWORD }}"
- uses: "ncipollo/release-action@v1"
- uses: "ncipollo/release-action@v1.8.1"
with:
draft: "true"
artifacts: "dist/**.zip"
artifacts: "dist/**/*.zip"
token: "${{ secrets.GITHUB_TOKEN }}"
- name: "clean dist"
run: "rm -rf dist"

0 comments on commit 6d2f66b

Please sign in to comment.