Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnei committed Sep 2, 2024
2 parents e1afda1 + 6b8eabd commit e8ab52b
Show file tree
Hide file tree
Showing 4 changed files with 653 additions and 1,760 deletions.
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
Loading

0 comments on commit e8ab52b

Please sign in to comment.