Skip to content

Commit 4a7ccd5

Browse files
committed
chore: refine download artifact path
1 parent eabbb2c commit 4a7ccd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release-artifacts-and-draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
uses: actions/download-artifact@v2
5656
with:
5757
name: chatsh-linux
58-
path: target/release/linux/chatsh
58+
path: target/release/linux
5959
- name: Download Darwin Artifact
6060
uses: actions/download-artifact@v2
6161
with:
6262
name: chatsh-darwin
63-
path: target/release/darwin/chatsh
63+
path: target/release/darwin
6464
- name: Archive Linux Artifact
6565
run: tar -czvf target/release/chatsh-linux_x86_64.tar.gz -C target/release/linux chatsh
6666
- name: Archive Darwin Artifact

0 commit comments

Comments
 (0)