生产环境发布为win
部署到开发环境 / 编译发布 (push) Successful in 2m31s
Details
部署到开发环境 / 编译发布 (push) Successful in 2m31s
Details
This commit is contained in:
parent
f2447f77b4
commit
b07c778d78
|
|
@ -49,6 +49,7 @@ jobs:
|
||||||
uses: actions/aspnet@8.0
|
uses: actions/aspnet@8.0
|
||||||
with:
|
with:
|
||||||
project_name: ${{ env.PROJECT_NAME }}
|
project_name: ${{ env.PROJECT_NAME }}
|
||||||
|
os: win
|
||||||
|
|
||||||
- name: 打包压缩
|
- name: 打包压缩
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@ jobs:
|
||||||
uses: actions/aspnet@8.0
|
uses: actions/aspnet@8.0
|
||||||
with:
|
with:
|
||||||
project_name: ${{ env.PROJECT_NAME }}
|
project_name: ${{ env.PROJECT_NAME }}
|
||||||
|
os: win
|
||||||
|
|
||||||
# - name: 打包上传镜像
|
# - name: 打包上传镜像
|
||||||
# uses: actions/docker@master
|
# uses: actions/docker@master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue