Skip to content

Commit

Permalink
ci: update apple music build script
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvdkolk committed Feb 20, 2024
1 parent 76b7e23 commit 579cb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apple-music-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Copy build files to apple-music-build
working-directory: main
# Copy the dist folder, package.json, README and LICENSE to the apple-music-build directory
run: cp -r dist package.json README.md LICENSE apple-music-build
run: cp -r dist package.json README.md LICENSE ../apple-music-build

- name: Commit files
working-directory: apple-music-build
Expand Down

0 comments on commit 579cb88

Please sign in to comment.