Skip to content

Commit

Permalink
update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangSakura committed Jul 19, 2024
1 parent cf34ead commit b9d003b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ jobs:
- name: Upload to artifact
uses: actions/upload-artifact@main
with:
name: Ink Canvas Annotation
path: Ink-Canvas-For-Annotation/bin/Release
name: Ink Canvas Artistry
path: Ink Canvas/bin/Release

- name: Upload to artifact (x64)
uses: actions/upload-artifact@main
with:
name: Ink Canvas Annotation-x64
path: Ink-Canvas-For-Annotation/bin/x64/Release
name: Ink Canvas Artistry (x64)
path: Ink Canvas/bin/x64/Release

- name: Upload to artifact (ARM64)
uses: actions/upload-artifact@main
with:
name: Ink Canvas Annotation-ARM64
path: Ink-Canvas-For-Annotation/bin/ARM64/Release
name: Ink Canvas Artistry (ARM64)
path: Ink Canvas/bin/ARM64/Release

0 comments on commit b9d003b

Please sign in to comment.