Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephAbbey authored May 24, 2024
1 parent f3260ca commit 5b99ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.download.outputs.download-path }}/scratch-vhdl-vscode-${{ github.ref }}.vsix
asset_path: ${{ steps.download.outputs.download-path }}/scratch-vhdl-vscode-${{ github.ref_name }}.vsix
asset_name: scratch-vhdl-vscode.vsix
asset_content_type: application/zip
deploy-open-vsx:
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
extensionFile: ${{ steps.download.outputs.download-path }}/scratch-vhdl-vscode-${{ github.ref }}.vsix
extensionFile: ${{ steps.download.outputs.download-path }}/scratch-vhdl-vscode-${{ github.ref_name }}.vsix
pat: ${{ secrets.OPEN_VSX_TOKEN }}
deploy-visual-studio:
runs-on: ubuntu-latest
Expand All @@ -114,5 +114,5 @@ jobs:
uses: HaaLeo/publish-vscode-extension@v1
with:
registryUrl: https://marketplace.visualstudio.com
extensionFile: ${{ steps.download.outputs.download-path }}/scratch-vhdl-vscode-${{ github.ref }}.vsix
extensionFile: ${{ steps.download.outputs.download-path }}/scratch-vhdl-vscode-${{ github.ref_name }}.vsix
pat: ${{ secrets.VISUAL_STUDIO_TOKEN }}

0 comments on commit 5b99ee6

Please sign in to comment.