Skip to content

Commit

Permalink
chore: refine download artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
h3n4l committed Jun 7, 2023
1 parent eabbb2c commit 4a7ccd5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
uses: actions/download-artifact@v2
with:
name: chatsh-linux
path: target/release/linux/chatsh
path: target/release/linux
- name: Download Darwin Artifact
uses: actions/download-artifact@v2
with:
name: chatsh-darwin
path: target/release/darwin/chatsh
path: target/release/darwin
- name: Archive Linux Artifact
run: tar -czvf target/release/chatsh-linux_x86_64.tar.gz -C target/release/linux chatsh
- name: Archive Darwin Artifact
Expand Down

0 comments on commit 4a7ccd5

Please sign in to comment.