diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9aa7837..d6c0a26 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -202,7 +202,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ./VSCode/scriptsync/VSCode/scriptsync/script-sync-vsix + asset_path: ./VSCode/scriptsync/script-sync-vsix.vsix asset_name: script-sync-vsix.vsix asset_content_type: application/octet-stream @@ -212,6 +212,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ./yaker/build/scriptsync_yak_package + asset_path: ./yaker/build/scriptsync_yak_package.yak asset_name: scriptsync_yak_package.yak asset_content_type: application/octet-stream \ No newline at end of file diff --git a/manifest.yml b/manifest.yml index d32fd6d..df41b16 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,6 +1,6 @@ --- name: script-sync -version: 1.1.14 +version: 1.1.15 authors: - Andrea Settimi description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8.