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 3d92950 commit 2d1ac08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
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.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.
Expand Down

0 comments on commit 2d1ac08

Please sign in to comment.