Skip to content

Commit

Permalink
👷 auto release with files
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Feb 28, 2022
1 parent ca21414 commit e4630fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
uses: martinbeentjes/npm-get-version-action@master
- uses: montudor/action-zip@v1
with:
args: zip -qq -r vidat-v${{ steps.package-version.outputs.current-version}}.zip ./*
working-directory: dist
args: zip -qq -r vidat-v${{ steps.package-version.outputs.current-version}}.zip ./dist/*
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit e4630fb

Please sign in to comment.