Skip to content

Commit

Permalink
[EMERGENCY] oh workflow....
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro authored Oct 7, 2024
1 parent d340547 commit cef7f41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ jobs:
run: |
extensionFileName=soberjs-vscode-${{ needs.build.outputs.extension-version }}.vsix
echo "extensionFileName=$extensionFileName >> $GITUHB_ENV"
unzip "$(ls -1 /home/runner/work/soberjs-vscode/soberjs-vscode/*.zip)" || echo "Fail, but we'll continue!"
unzip "$(ls -1 ./*.zip)" || echo "Fail, but we'll continue!"
echo "pwd: $(pwd)"
echo ==== TREE . ====
tree .
echo ==== TREE /home ====
tree /home
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
if: ${{ ! inputs.prerelease }}
Expand Down

0 comments on commit cef7f41

Please sign in to comment.