Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Jan 5, 2024
1 parent 1da7834 commit be023c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
uses: ./.github/workflows/build-and-publish-reusable-workflow.yml
with:
app-name: deep-case
install-electron-dependencies-command: $(cd electron && npm ci) && $(git clone https://github.com/deep-foundation/deeplinks.git && cp deeplinks/imports/engine.ts electron/src/engine.ts && npx rimraf -I deeplinks)
install-electron-dependencies-command: cd electron && npm ci && git clone https://github.com/deep-foundation/deeplinks.git && cp deeplinks/imports/engine.ts ./src/engine.ts && npx rimraf -I deeplinks

0 comments on commit be023c1

Please sign in to comment.