Skip to content

Commit 6b975f1

Browse files
committed
action forwardshash fix
1 parent c19e884 commit 6b975f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/upload-artifact@v4
126126
with:
127127
name: mithril-shards-nuget-package
128-
path: ${{ github.workspace }}\.nupkgs
128+
path: ${{ github.workspace }}/.nupkgs
129129
if-no-files-found: error
130130

131131

0 commit comments

Comments
 (0)