Skip to content

Commit 10272be

Browse files
committed
chore: fix download-artifact
1 parent 6bbdcfd commit 10272be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release_stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: actions/download-artifact@v3
5151
with:
5252
name: nugetpkgs
53+
path: nugetpkgs
5354
- name: list nugetpkgs
5455
run: ls nugetpkgs
5556
- name: Release

.github/workflows/release_unstable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: actions/download-artifact@v3
5252
with:
5353
name: nugetpkgs
54+
path: nugetpkgs
5455
- name: list nugetpkgs
5556
run: ls nugetpkgs
5657
- name: Release

0 commit comments

Comments
 (0)