We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a46a54e + b5e60b5 commit fd80df4Copy full SHA for fd80df4
.github/workflows/publish-code.yml
@@ -36,11 +36,10 @@ jobs:
36
dotnet pack --no-restore --no-build -o PackOutputs -c Release -p:Version=${{ github.event.release.tag_name }} -p:PackageReleaseNotes="See https://github.com/notion-dotnet/notion-sdk-net/releases/tag/${{ github.event.release.tag_name }}" -p:PackageReadmeFile=README.md
37
38
- name: Upload artifacts
39
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v2
40
with:
41
name: Notion.Net
42
- path: |
43
- PackOutputs/*
+ path: PackOutputs/*
44
45
- name: Publish Nuget Package
46
run: dotnet nuget push PackOutputs/* --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments