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
86cdf69780
commit
7270e3d414
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -7,10 +7,16 @@ 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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue