Skip to content

Commit

Permalink
WIP: DEBUG CI
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Apr 17, 2024
1 parent b8b6844 commit 81c5949
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

publish_vsix:
needs: build_vsix
runs-on: ubuntu-latest # windows-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -163,9 +163,8 @@ jobs:

- name: Publish to VSCode Marketplace
run: |
cd VSCode\scriptsync
vsce publish -p ${{ secrets.AZURE_OP_TOKEN }}
# working-directory: VSCode\scriptsync
working-directory: .\VSCode\scriptsync

- name: Verify the VSCode Marketplace package
run: |
Expand Down

0 comments on commit 81c5949

Please sign in to comment.