File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,13 @@ jobs:
117117
118118 - name : Upload native images and JAR to the release
119119 run : |
120+ cp artifacts/chat-gpt-cli-macos-intel/chat-gpt-cli artifacts/chat-gpt-cli-macos-intel/chat-gpt-cli-macos-intel
121+ cp artifacts/chat-gpt-cli-linux64/chat-gpt-cli artifacts/chat-gpt-cli-linux64/chat-gpt-cli-linux64
122+
120123 gh release upload ${{ steps.extract_tag.outputs.tag }} \
121- artifacts/chat-gpt-cli-macos-intel/chat-gpt-cli \
122- --name "chat-gpt-cli-macos-intel" \
123- artifacts/chat-gpt-cli-linux64/chat-gpt-cli \
124- --name "chat-gpt-cli-linux64"
125-
124+ artifacts/chat-gpt-cli-macos-intel/chat-gpt-cli-macos-intel \
125+ artifacts/chat-gpt-cli-linux64/chat-gpt-cli-linux64
126+
126127 for jar_file in artifacts/chat-gpt-cli-jar/chat-gpt-cli-*.jar; do
127128 echo "Uploading ${jar_file}"
128129 gh release upload ${{ steps.extract_tag.outputs.tag }} "${jar_file}"
You can’t perform that action at this time.
0 commit comments