Skip to content

Commit

Permalink
[EMERGENCY] fix workflow again and again!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro committed Oct 7, 2024
1 parent 46fdbc9 commit bf8cb32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: Extract Artifact
shell: bash
run: |
unzip *.zip
echo "extensionFileName=soberjs-vscode-${{ needs.build.outputs.extension-version }}.vsix >> $GITUHB_ENV"
extensionFileName=soberjs-vscode-${{ needs.build.outputs.extension-version }}.vsix
echo "extensionFileName=$extensionFileName >> $GITUHB_ENV"
unzip ${extensionFileName}.zip || echo "Fail, but we'll continue!"
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
if: ${{ ! inputs.prerelease }}
Expand Down

0 comments on commit bf8cb32

Please sign in to comment.