Skip to content

Commit 96abd76

Browse files
Features/net5 (#7)
* README.md * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * multi targeting * flows * build both envs * name * fix bugs * test * test * net 5 v * source
1 parent 88853fa commit 96abd76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "PACKAGE_VERSION=$PACKAGE_MAJOR_VERSION.$PACKAGE_MINOR_VERSION.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
4444

4545
- name: Generate Package
46-
run: dotnet pack ./src -c Release -o out -p:PackageVersion=${{env.PACKAGE_VERSION}} -p:RepositoryUrl=${{env.CURRENT_REPO_URL}}
46+
run: dotnet pack -c Release -o out -p:PackageVersion=${{env.PACKAGE_VERSION}} -p:RepositoryUrl=${{env.CURRENT_REPO_URL}}
4747

4848
- name: Publish the package to nuget.org
4949
run: dotnet nuget push ./out/*.nupkg --skip-duplicate --no-symbols true -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)