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