Skip to content

Commit

Permalink
调整发布工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Oct 27, 2020
1 parent c5e1269 commit a1dbcae
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Release

on:
push:
Expand All @@ -18,15 +16,14 @@ jobs:
uses: actions/[email protected]
with:
node-version: 12.x

- name: Install
run: |
npm install -g yarn
./win-install.bat
cd frontend
yarn
cd ..
- name: Build
run: |
cd frontend
Expand All @@ -36,8 +33,9 @@ jobs:
- name: GH Release
uses: softprops/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
out/Yank-Note*.*
out/latest*.yml

0 comments on commit a1dbcae

Please sign in to comment.