Skip to content

Commit

Permalink
[EMERGENCY] fix workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro committed Oct 7, 2024
1 parent 71798da commit 2c74c2e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: soberjs-vscode-${{ needs.build.outputs.extension-version }}.vsix
path: ./
- name: Extract Artifact
shell: bash
run: |
curl -o extension.zip '${{ needs.build.outputs.artifact-url }}'
echo
unzip extension.zip
echo "extensionFileName=soberjs-vscode-${{ needs.build.outputs.extension-version }}.vsix >> $GITUHB_ENV"
- name: Publish to Visual Studio Marketplace
Expand Down

0 comments on commit 2c74c2e

Please sign in to comment.