Skip to content

Commit

Permalink
chore: fix download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong committed Jul 25, 2023
1 parent 1d3105c commit eeb4fc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_stable_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: rdb-cli
path: rdb-cli
- name: list rdb-cli
run: ls rdb-cli
- name: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_stable_nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: nugetpkgs
path: nugetpkgs
- name: list nugetpkgs
run: ls nugetpkgs
- name: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_unstable_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: rdb-cli
path: rdb-cli
- name: list rdb-cli
run: ls rdb-cli
- name: Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_unstable_nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: nugetpkgs
path: nugetpkgs
- name: list nugetpkgs
run: ls nugetpkgs
- name: Release
Expand Down

0 comments on commit eeb4fc4

Please sign in to comment.