mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
fix
This commit is contained in:
parent
df5a58772c
commit
056d87f7ae
17
.github/workflows/release.plain.yml
vendored
17
.github/workflows/release.plain.yml
vendored
@ -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
|
||||
Loading…
Reference in New Issue
Block a user