Skip to content

Commit

Permalink
更换cmd命令了解文件
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Dec 5, 2023
1 parent b436757 commit c946859
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
# nuget-version: '5.x'
- name: Build
run: .\build.cmd -pack -ci -configuration Debug -prepareMachine /p:Platform=x86
- name: Push
uses: actions/upload-artifact@v1
with:
name: WPF_Debug
path: ./artifacts/packages/Debug/NonShipping
# - name: Push
# uses: actions/upload-artifact@v1
# with:
# name: WPF_Debug
# path: ./artifacts/packages/Debug/NonShipping
- name: Debug
run: Get-ChildItem -Path "." -Recurse
run: dir /b /s
# BuildRelease:

# runs-on: windows-latest
Expand Down

0 comments on commit c946859

Please sign in to comment.