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 e4630fb commit b3b48c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@master
- uses: montudor/action-zip@v1
- uses: papeloto/action-zip@v1
with:
args: zip -qq -r vidat-v${{ steps.package-version.outputs.current-version}}.zip ./dist/*
files: dist/*
dest: vidat-v${{ steps.package-version.outputs.current-version}}.zip
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit b3b48c7

Please sign in to comment.