Skip to content

Commit

Permalink
Remove dot in relative path and redundant job connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Goju-Ryu authored and sharkdp committed Jan 11, 2025
1 parent 5212a97 commit c6a8cee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
shell: bash
run: |
VSCE_NAME=${{ steps.vsce-info.outputs.name }}-v${{ steps.vsce-info.outputs.version }}.vsix
VSCE_PATH="./out/${VSCE_NAME}"
VSCE_PATH="out/${VSCE_NAME}"
mkdir "out"
npm run vscode:package -- --out="${VSCE_PATH}"
echo "VSCE_NAME=${VSCE_NAME}" >> $GITHUB_OUTPUT
Expand All @@ -149,7 +149,6 @@ jobs:
runs-on: ${{ matrix.job.os }}
needs:
- crate_metadata
- vscode_extension_package
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c6a8cee

Please sign in to comment.