diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6c0a26..3c80abb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -196,13 +196,19 @@ jobs: name: script-sync-vsix path: VSCode\scriptsync + # list what's in the directory VSCode\scriptsync + - name: List VSIX artifact + run: | + ls -la VSCode\scriptsync + shell: bash + - name: Upload .vsix artifact uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ./VSCode/scriptsync/script-sync-vsix.vsix + asset_path: ./VSCode/scriptsync/script-sync-vsix asset_name: script-sync-vsix.vsix asset_content_type: application/octet-stream @@ -212,6 +218,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ./yaker/build/scriptsync_yak_package.yak + asset_path: ./yaker/build/scriptsync_yak_package 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 df41b16..685d857 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,6 +1,6 @@ --- name: script-sync -version: 1.1.15 +version: 1.1.16 authors: - Andrea Settimi description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8.