Skip to content

Commit

Permalink
I forgot to cd into the anko directory lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 19, 2024
1 parent dc3b9b9 commit 4320658
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
run: npm install -g @vscode/vsce

- name: Install dependencies
run: npm install
run: |
cd .\anko\
npm install
- name: Determine Version Bump
id: version
Expand Down

0 comments on commit 4320658

Please sign in to comment.