mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
zip release
This commit is contained in:
parent
7270e3d414
commit
cd967e3c41
1 changed files with 1 additions and 4 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -7,20 +7,17 @@ jobs:
|
|||
github-release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@master
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- name: Zip
|
||||
- uses: montudor/action-zip@v0.1.0
|
||||
with:
|
||||
args: zip -qq -r ./release.zip ./dist
|
||||
- name: Release
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
prerelease: true
|
||||
title: "Development Build"
|
||||
files: dist
|
||||
files: release.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue