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 a5b70b2 commit 16a4305Copy full SHA for 16a4305
.github/workflows/release.yml
@@ -84,7 +84,8 @@ jobs:
84
run: |
85
for artifact_name in chat-gpt-cli-macos-intel chat-gpt-cli-linux64; do
86
echo "Uploading ${artifact_name}"
87
- gh release upload ${{ steps.extract_tag.outputs.tag }} artifacts/${artifact_name}/chat-gpt-cli
+ cp artifacts/${artifact_name}/chat-gpt-cli artifacts/${artifact_name}/${artifact_name}
88
+ gh release upload ${{ steps.extract_tag.outputs.tag }} artifacts/${artifact_name}/${artifact_name}
89
done
90
env:
- GITHUB_TOKEN: ${{ secrets.GH_PAT }}
91
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
0 commit comments