Skip to content

Commit

Permalink
fix node_modules.tar.xz path
Browse files Browse the repository at this point in the history
  • Loading branch information
123485k committed Mar 14, 2023
1 parent 1ab1329 commit 773de42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
cd input
npm install
tar --create --auto-compress --file ${P}-node_modules.tar.xz node_modules
tar --create --auto-compress --file /tmp/${P}-node_modules.tar.xz node_modules
rm -rf node_modules
Expand Down

0 comments on commit 773de42

Please sign in to comment.