Skip to content

Commit

Permalink
WIP: CI RELEASE DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Apr 17, 2024
1 parent ce42388 commit 3d92950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3d92950

Please sign in to comment.