Skip to content

Commit

Permalink
Merge pull request #1441 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
mtneug authored Aug 20, 2024
2 parents 2cd2bad + c3df773 commit aa0bf5c
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,7 +6,7 @@ export PUBLIC_URL=/editor-ui
export VITE_APP_SETTINGS_PATH="/ui/config/editor/editor-settings.toml"
npm run build

FILENAME="oc-editor-$(date --utc +%F).tar.gz"
FILENAME="oc-editor-$(date -u +%F).tar.gz"
cd build
TMP="$(mktemp)"
mv editor-settings.toml "$TMP"
Expand Down

0 comments on commit aa0bf5c

Please sign in to comment.