Skip to content

Commit

Permalink
build: Update release.yml
Browse files Browse the repository at this point in the history
- Fix path for build dir
  • Loading branch information
ZanzyTHEbar authored Jun 27, 2024
1 parent d405409 commit 47305b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./vscode-workspaces
working-directory: ./gnome-extension

steps:
- name: Checkout code
Expand All @@ -38,7 +38,7 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: './vscode-workspaces/pnpm-lock.yaml'
cache-dependency-path: './gnome-extension/pnpm-lock.yaml'

- name: Get pnpm store directory
shell: bash
Expand Down

0 comments on commit 47305b4

Please sign in to comment.