Skip to content

Commit

Permalink
Update .github/workflows/package-extension.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Baliński <[email protected]>
  • Loading branch information
filip131311 and balins authored Mar 6, 2025
1 parent 13360da commit bf58948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
out_path=/tmp/${{ steps.prepare_name.outputs.package_name }}.vsix
npm run vscode:package -- --out $out_path --target ${{ steps.set_targets.outputs.targets }}
echo "vsixPath=$OUT_PATH" >> $GITHUB_OUTPUT
echo "vsix_path=$OUT_PATH" >> $GITHUB_OUTPUT
- name: Upload extension artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bf58948

Please sign in to comment.