🥱 尝试x86

This commit is contained in:
hunlongyu
2020-06-01 16:52:39 +08:00
parent a8a6fa2185
commit 54857b8501
2 changed files with 29 additions and 2 deletions

27
.github/workflows/x86.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: release-build
on:
push:
tags:
- x86
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: |
yarn
yarn dist
shell: pwsh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}