We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25aa651 commit 1247eb3Copy full SHA for 1247eb3
1 file changed
.github/workflows/main.yml
@@ -76,5 +76,5 @@ jobs:
76
tag: ${{ github.ref_name }}
77
allowUpdates: true
78
removeArtifacts: true
79
- artifacts: "bin/Release/*.nupkg"
+ artifacts: "artifacts/**/*.nupkg"
80
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments