更新Action
This commit is contained in:
@@ -26,10 +26,10 @@ jobs:
|
|||||||
- name: Build the Solution
|
- name: Build the Solution
|
||||||
run: |
|
run: |
|
||||||
msbuild -t:restore /p:GitFlow="Github Action"
|
msbuild -t:restore /p:GitFlow="Github Action"
|
||||||
msbuild /p:platform="Any CPU" /p:configuration="Release" /p:GitFlow="Github Action" "Ink Canvas/InkCanvasForClass.csproj"
|
msbuild /p:platform="x86" /p:configuration="Debug" /p:GitFlow="Github Action" "Ink Canvas/InkCanvasForClass.csproj"
|
||||||
|
|
||||||
- name: Upload to artifact
|
- name: Upload to artifact
|
||||||
uses: actions/upload-artifact@v4.5.0
|
uses: actions/upload-artifact@v4.5.0
|
||||||
with:
|
with:
|
||||||
name: InkCanvasForClass
|
name: InkCanvasForClass
|
||||||
path: "Ink Canvas/bin/Any CPU/Release/net472/"
|
path: "Ink Canvas/bin/Debug/net472"
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user