We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabbb2c commit 4a7ccd5Copy full SHA for 4a7ccd5
.github/workflows/build-release-artifacts-and-draft-release.yml
@@ -55,12 +55,12 @@ jobs:
55
uses: actions/download-artifact@v2
56
with:
57
name: chatsh-linux
58
- path: target/release/linux/chatsh
+ path: target/release/linux
59
- name: Download Darwin Artifact
60
61
62
name: chatsh-darwin
63
- path: target/release/darwin/chatsh
+ path: target/release/darwin
64
- name: Archive Linux Artifact
65
run: tar -czvf target/release/chatsh-linux_x86_64.tar.gz -C target/release/linux chatsh
66
- name: Archive Darwin Artifact
0 commit comments