Skip to content

Commit

Permalink
fix(ci): update artifact path to "publish"
Browse files Browse the repository at this point in the history
The artifact path for the dotnet build release has been updated from "build" to "publish". This change ensures that the correct directory is used when uploading the artifact.
  • Loading branch information
SakuraIsayeki committed Sep 8, 2024
1 parent 7d32d98 commit ffd84f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: dotnet-build-release
path: "build"
path: "publish"

0 comments on commit ffd84f4

Please sign in to comment.