Skip to content

Commit

Permalink
hotfix: change sed dest filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Jul 23, 2022
1 parent 0492e86 commit a7af879
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:

- name: Sed build files
run: |
sed -i "s/.\/const/.\/const.js/gi" root.js
sed -i "s/.\/functions/.\/functions.js/gi" root.js
sed -i "s/.\/cb/.\/cb.js/gi" root.js
sed -i "s/.\/const/.\/const.js/gi" cb.js
sed -i "s/.\/functions/.\/functions.js/gi" cb.js
sed -i "s/.\/const/.\/const.js/gi" lib/bin/root.js
sed -i "s/.\/functions/.\/functions.js/gi" lib/bin/root.js
sed -i "s/.\/cb/.\/cb.js/gi" lib/bin/root.js
sed -i "s/.\/const/.\/const.js/gi" lib/bin/cb.js
sed -i "s/.\/functions/.\/functions.js/gi" lib/bin/cb.js
- run: npm publish
env:
Expand Down

0 comments on commit a7af879

Please sign in to comment.