Skip to content

Commit 1247eb3

Browse files
committed
Fix artifacts dir
1 parent 25aa651 commit 1247eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676
tag: ${{ github.ref_name }}
7777
allowUpdates: true
7878
removeArtifacts: true
79-
artifacts: "bin/Release/*.nupkg"
79+
artifacts: "artifacts/**/*.nupkg"
8080
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)