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 dc105ad commit 4022e87Copy full SHA for 4022e87
.github/workflows/build.yml
@@ -215,5 +215,5 @@ jobs:
215
with:
216
upload_url: ${{ steps.createDraft.outputs.upload_url }}
217
asset_path: ./spp-cli-linux64.zip
218
- asset_name: spp-cli-linux64.zip
+ asset_name: spp-cli-${{ needs.buildOnLinux.outputs.version }}-linux64.zip
219
asset_content_type: application/zip
0 commit comments