mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 00:15:13 -04:00
github action fix for windows build
This commit is contained in:
parent
ef918790ca
commit
54609af5e8
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ workdir=$(try git rev-parse --show-toplevel) || exit 1
|
||||||
try cd "${workdir}"
|
try cd "${workdir}"
|
||||||
[ -f src/package.json ] || fatal "failed to cd to etherpad root directory"
|
[ -f src/package.json ] || fatal "failed to cd to etherpad root directory"
|
||||||
|
|
||||||
|
# See https://github.com/msys2/MSYS2-packages/issues/1216
|
||||||
|
export MSYS=winsymlinks:lnk
|
||||||
|
|
||||||
OUTPUT=${workdir}/etherpad-win.zip
|
OUTPUT=${workdir}/etherpad-win.zip
|
||||||
|
|
||||||
TMP_FOLDER=$(try mktemp -d) || exit 1
|
TMP_FOLDER=$(try mktemp -d) || exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue