This commit is contained in:
手瓜一十雪 2024-04-09 21:26:15 +08:00 committed by GitHub
parent 48468b6dac
commit b0f444f540

View File

@ -1,17 +0,0 @@
name: release-plain
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- run: npm i
- run: npm run build