Skip to content

Commit

Permalink
Use glob ** pattern for zip files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Wallin committed Mar 15, 2021
1 parent 8df49e5 commit 5031e25
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.8.1"
- uses: "ncipollo/release-action@v1"
with:
draft: "true"
artifacts: "dist/*.zip"
artifacts: "dist/**.zip"
token: "${{ secrets.GITHUB_TOKEN }}"
- name: "clean dist"
run: "rm -rf dist"

0 comments on commit 5031e25

Please sign in to comment.