Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lunnlew committed Dec 10, 2019
1 parent 718d907 commit 81bdd0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ReleaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
node-version: [12.x]
node-arch: ['x86']
node-registry: ['https://registry.npmjs.org']
wecai-version: ['0.1.2']
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -47,6 +48,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist_electron/微采助手 Setup 0.1.2.exe
asset_name: Setup 0.1.2.exe
asset_path: ./dist_electron/微采助手 Setup ${{ matrix.wecai-version }}.exe
asset_name: Setup-${{ matrix.node-arch }}-${{ matrix.wecai-version }}.exe
asset_content_type: application/x-executable

0 comments on commit 81bdd0d

Please sign in to comment.