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 4022e87 commit d92ff3bCopy full SHA for d92ff3b
.github/workflows/build.yml
@@ -200,7 +200,7 @@ jobs:
200
with:
201
upload_url: ${{ steps.createDraft.outputs.upload_url }}
202
asset_path: ./spp-cli-macOS.zip
203
- asset_name: spp-cli-macOS.zip
+ asset_name: spp-cli-${{ needs.buildOnLinux.outputs.version }}-macOS.zip
204
asset_content_type: application/zip
205
206
- name: Download spp-cli-linux64 artifact
0 commit comments