staging #5

Merged
qxa merged 18 commits from staging into master 2024-03-29 15:34:54 +08:00
3 changed files with 4 additions and 1 deletions
Showing only changes of commit f4f5f5ab2b - Show all commits

View File

@ -15,6 +15,7 @@ env:
jobs:
job1:
name: 编译发布
runs-on: linux-amd
container:
image: node:16-bullseye
@ -26,7 +27,7 @@ jobs:
uses: actions/checkout@v3
- name: 编译后端
uses: actions/aspnet@v8
uses: actions/aspnet@8.0
with:
project_name: ${{ env.PROJECT_NAME }}

View File

@ -15,6 +15,7 @@ env:
jobs:
job1:
name: 编译发布
runs-on: linux-amd
container:
image: node:16-bullseye

View File

@ -15,6 +15,7 @@ env:
jobs:
job1:
name: 编译发布
runs-on: linux-amd
container:
image: node:16-bullseye