Skip to content

Commit

Permalink
cd that shit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 19, 2024
1 parent 3339c8a commit 92ec07d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
- name: Build VSIX file
run: |
vsce package --out dist/blazium-anko-extension-${{ steps.validate.outputs.newVersion }}.vsix
cd .\anko\
vsce package --allow-missing-repository --out ..\dist\blazium-anko-extension-${{ steps.validate.outputs.newVersion }}.vsix
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 92ec07d

Please sign in to comment.