mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
parent
4accd2df2b
commit
72b07a0f45
36
.github/workflows/pkg.yml
vendored
36
.github/workflows/pkg.yml
vendored
@ -44,24 +44,24 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: nlts-macos-x64
|
name: nlts-macos-x64
|
||||||
path: dist/nlts-macos-x64/
|
path: dist/nlts-macos-x64/
|
||||||
pkg_arm64:
|
# pkg_arm64:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: "Checkout codes"
|
# - name: "Checkout codes"
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
- name: "Use Node.js"
|
# - name: "Use Node.js"
|
||||||
uses: actions/setup-node@v1
|
# uses: actions/setup-node@v1
|
||||||
with:
|
# with:
|
||||||
node-version: "16"
|
# node-version: "16"
|
||||||
- name: "Pkg this"
|
# - name: "Pkg this"
|
||||||
run: |
|
# run: |
|
||||||
npm install
|
# npm install
|
||||||
npm run pkg_arm64
|
# npm run pkg_arm64
|
||||||
- name: "Upload to artifact"
|
# - name: "Upload to artifact"
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: nlts-linux-arm64
|
# name: nlts-linux-arm64
|
||||||
path: dist/
|
# path: dist/
|
||||||
# pkg_armv7:
|
# pkg_armv7:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# steps:
|
# steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user