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 b3b48c7 commit c4d4f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
uses: martinbeentjes/npm-get-version-action@master
- uses: papeloto/action-zip@v1
with:
files: 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 }}"
automatic_release_tag: "latest"
prerelease: true
draft: true
title: "Development Build"
files: |
vidat-v${{ steps.package-version.outputs.current-version}}.zip
Expand Down

0 comments on commit c4d4f8e

Please sign in to comment.