1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-01 19:14:35 +02:00

GitHub Actions: Build Windows

This commit is contained in:
Chen-I Lim 2021-01-06 15:41:07 -08:00
parent a587477d5e
commit 4c417b23f8
2 changed files with 2 additions and 5 deletions

View File

@ -15,11 +15,8 @@ jobs:
run: npm install -g win-node-env
# Skip Cypress binary install
- name: set CYPRESS_INSTALL_BINARY=0
run: set CYPRESS_INSTALL_BINARY=0
- name: npm install
run: cd webapp; npm install
run: set CYPRESS_INSTALL_BINARY=0; cd webapp; npm install
- name: Set up Go
uses: actions/setup-go@v2

View File

@ -81,7 +81,7 @@ win-app: server-win webapp
mkdir -p win/temp/webapp
cp -R webapp/pack win/temp/webapp/pack
mkdir -p win/dist
cd win/temp; zip -r ../dist/tasks-win.zip .
cd win/temp; tar -zcf ../dist/tasks-win.zip .
linux-app: server-linux webapp
rm -rf linux/temp