Skip to content

Commit

Permalink
Merge pull request #326 from JulianKniephoff/fix-release-for-mac
Browse files Browse the repository at this point in the history
Fix the release script for macOS
  • Loading branch information
ziegenberg authored May 6, 2024
2 parents abf31c7 + 47d99f8 commit f5e08e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ rm -rf build/
export PUBLIC_URL=/admin-ui
CI=false npm run build

FILENAME="oc-admin-ui-$(date --utc +%F).tar.gz"
FILENAME="oc-admin-ui-$(date -u +%F).tar.gz"
cd build
tar -czf ../$FILENAME *

0 comments on commit f5e08e1

Please sign in to comment.