更新 .gitea/workflows/ build.yml

This commit is contained in:
想打瞌睡 2024-07-09 20:14:08 +08:00
parent 2b2a8bf445
commit ba0f954b82

View File

@ -14,7 +14,7 @@ jobs:
node-version: 18 node-version: 18
# npm install # npm install
- name: npm run build - name: npm run build
run: npm install && npm run src:build run: npm install && npm run src:build && pwd && find / -name dist
- name: scp delay - name: scp delay
uses: appleboy/scp-action@master uses: appleboy/scp-action@master
with: with: