Skip to content

Commit

Permalink
Fix path to /public/ in releases, use CDN (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Apr 16, 2021
1 parent 50bfcb6 commit 791ac89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Compile JS and CSS files for CDN
run: |
(cd js && npm run build)
sed -i "s~'https://raw.githack.com/atk4/ui/develop/public.*~'/public',~" src/App.php
sed -i "s~'https://raw.githack.com/atk4/ui/develop/public.*~'https://raw.githack.com/atk4/ui/${{ steps.target.outputs.version_name }}/public',~" src/App.php
lessc public/agileui.less public/agileui.css --clean-css="--s1 --advanced" --source-map
echo '!/agileui.css.map' >> public/.gitignore
Expand Down

0 comments on commit 791ac89

Please sign in to comment.