Skip to content

Commit 77f99c5

Browse files
authored
Merge pull request #3 from YouToken/fix-deploy-v2
Fixed typo
2 parents beb12e0 + ebfb09c commit 77f99c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/upload-artifact@v4
4646
with:
4747
name: package
48-
path: MyServiceBus.Sdk/bin/Release/*.nupkg
48+
path: MyJetTools.Sdk.EfPostgres/bin/Release/*.nupkg
4949

5050
upload-to-github-nuget:
5151
needs: test-and-build

0 commit comments

Comments
 (0)