Skip to content

Commit

Permalink
[EMERGENCY] f* you workflow!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro committed Oct 7, 2024
1 parent bf8cb32 commit d340547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
extensionFileName=soberjs-vscode-${{ needs.build.outputs.extension-version }}.vsix
echo "extensionFileName=$extensionFileName >> $GITUHB_ENV"
unzip ${extensionFileName}.zip || echo "Fail, but we'll continue!"
unzip "$(ls -1 /home/runner/work/soberjs-vscode/soberjs-vscode/*.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 d340547

Please sign in to comment.