Skip to content

Commit 8c94168

Browse files
committed
fix artifact path
1 parent 8c4f076 commit 8c94168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:
4040
upload_url: ${{ steps.create_release.outputs.upload_url }}
41-
asset_path: .build/release/codeedit-cli.zip
41+
asset_path: .build/apple/Products/Release/codeedit-cli.zip
4242
asset_name: codeedit-cli-${{ github.ref }}.zip
4343
asset_content_type: application/zip

0 commit comments

Comments
 (0)