Skip to content

Commit

Permalink
fix platform arch environment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
billkable committed Nov 15, 2023
1 parent 34f3be9 commit 9b20d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscode-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
run: |
./vscode-tools/scripts/build-tools-package.sh publish
env:
PLATFORM_ARCH: $${{github.event.inputs.platform_arch}}
PLATFORM_ARCH: ${{github.event.inputs.platform_arch}}
TAG: ${{github.event.inputs.java-extension-package-version}}

0 comments on commit 9b20d2d

Please sign in to comment.