mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
add dist files
This commit is contained in:
16
.github/workflows/node-vless-docker.yml
vendored
16
.github/workflows/node-vless-docker.yml
vendored
@@ -7,14 +7,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 18.x
|
||||
- name: Run a multi-line script
|
||||
run: |
|
||||
npm install
|
||||
npm run node-vless:bunled
|
||||
# - name: Use Node.js
|
||||
# uses: actions/setup-node@v1
|
||||
# with:
|
||||
# node-version: 18.x
|
||||
# - name: Run a multi-line script
|
||||
# run: |
|
||||
# npm install
|
||||
# npm run node-vless:bunled
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
- name: Set up Docker Buildx
|
||||
|
||||
Reference in New Issue
Block a user