Skip to content

Commit

Permalink
Update name identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
chouzz committed Jul 12, 2022
1 parent b6ce454 commit da6b8ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node:
- 16
outputs:
Expand Down Expand Up @@ -48,7 +46,7 @@ jobs:
- name: Upload Extension Package as Artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.os }}
name: ${{ steps.packageExtension.outputs.vsixPath }}
path: ${{ steps.packageExtension.outputs.vsixPath }}
publish:
name: Publish Github Action
Expand All @@ -69,7 +67,7 @@ jobs:
- name: Download Build Artifact
uses: actions/download-artifact@v2
with:
name: ubuntu-latest
path: ${{ needs.build.outputs.vsixPath }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "innosetup",
"name": "vscode-innosetup",
"displayName": "Inno Setup",
"description": "Language syntax, snippets and build system for Inno Setup",
"version": "1.7.0",
Expand Down

0 comments on commit da6b8ff

Please sign in to comment.