Skip to content

Commit

Permalink
Update macosbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waveyboym authored Jan 10, 2024
1 parent 9d9ac6b commit 573b3a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macosbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

defaults:
run:
working-directory: muzik-offline/muzik-offline # Navigate to the correct directory for all steps
working-directory: ./muzik-offline # Navigate to the correct directory for all steps

jobs:
create-macos-build:
Expand All @@ -30,6 +30,9 @@ jobs:
node-version: 'lts/*'
cache: 'npm' # Set this to npm, yarn, or pnpm.

- name: Debug working directory contents
run: ls -lR

- name: Install frontend dependencies
run: npm install

Expand Down

0 comments on commit 573b3a7

Please sign in to comment.