Skip to content

Commit 27ccfa0

Browse files
Merge pull request #43 from AristurtleDev/fix/create-release.yml
don't specify src directory
2 parents 1c4ed60 + b3898d3 commit 27ccfa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/upload-artifact@v4
4848
with:
4949
name: build-artifacts
50-
path: ./.artifacts/src/**/*.nupkg
50+
path: ./.artifacts/**/*.nupkg
5151

5252
deploy:
5353
name: "Deploy NuGets"

0 commit comments

Comments
 (0)