From da6b8ff11061a75ff2656e2030489945f451df08 Mon Sep 17 00:00:00 2001 From: chouzz Date: Tue, 12 Jul 2022 22:19:44 +0800 Subject: [PATCH] Update name identifier --- .github/workflows/CI.yaml | 6 ++---- package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index d204547..d6ddc2a 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -17,8 +17,6 @@ jobs: matrix: os: - ubuntu-latest - - macos-latest - - windows-latest node: - 16 outputs: @@ -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 @@ -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: diff --git a/package.json b/package.json index 1b3be73..486e9c0 100644 --- a/package.json +++ b/package.json @@ -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",