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 8c94168 commit d4b57a8Copy full SHA for d4b57a8
.github/workflows/deploy.yml
@@ -39,5 +39,5 @@ jobs:
39
with:
40
upload_url: ${{ steps.create_release.outputs.upload_url }}
41
asset_path: .build/apple/Products/Release/codeedit-cli.zip
42
- asset_name: codeedit-cli-${{ github.ref }}.zip
+ asset_name: codeedit-cli-${{ github.ref_name }}.zip
43
asset_content_type: application/zip
0 commit comments