Skip to content

Commit d8b7c3e

Browse files
committed
构建一次调试包,用来做本地辅助调试逻辑
1 parent 9e1ced6 commit d8b7c3e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/Build.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ jobs:
1919
uses: actions/upload-artifact@v1
2020
with:
2121
name: WPF_Debug
22-
path: ./artifacts
22+
path: .
2323

24-
BuildRelease:
24+
# BuildRelease:
2525

26-
runs-on: windows-latest
26+
# runs-on: windows-latest
2727

28-
steps:
29-
- uses: actions/checkout@v1
30-
# - name: Install Nuget
31-
# uses: nuget/setup-nuget@v1
32-
# with:
33-
# nuget-version: '5.x'
34-
- name: Build
35-
run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86
36-
- name: Push
37-
uses: actions/upload-artifact@v1
38-
with:
39-
name: WPF_Release
40-
path: ./artifacts
28+
# steps:
29+
# - uses: actions/checkout@v1
30+
# # - name: Install Nuget
31+
# # uses: nuget/setup-nuget@v1
32+
# # with:
33+
# # nuget-version: '5.x'
34+
# - name: Build
35+
# run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86
36+
# - name: Push
37+
# uses: actions/upload-artifact@v1
38+
# with:
39+
# name: WPF_Release
40+
# path: ./artifacts

0 commit comments

Comments
 (0)