Skip to content

Commit b359bbd

Browse files
committed
只做发布包,减少空间
1 parent d8b7c3e commit b359bbd

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: .
22+
path: ./artifacts/packages/Debug/NonShipping
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/packages/Release/NonShipping

0 commit comments

Comments
 (0)