rebuild native deps
This commit is contained in:
parent
42664545fc
commit
212777185d
|
|
@ -52,6 +52,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
echo "DOWNLOAD_ALL_ARCHITECTURES=true" >> $GITHUB_ENV
|
echo "DOWNLOAD_ALL_ARCHITECTURES=true" >> $GITHUB_ENV
|
||||||
yarn run all:install
|
yarn run all:install
|
||||||
|
./node_modules/.bin/electron-rebuild
|
||||||
yarn run build
|
yarn run build
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
for file in open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.dmg; do
|
for file in open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.dmg; do
|
||||||
|
|
@ -71,6 +72,7 @@ jobs:
|
||||||
elif [ "$RUNNER_OS" == "Linux" ]; then
|
elif [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
echo "DOWNLOAD_ALL_ARCHITECTURES=true" >> $GITHUB_ENV
|
echo "DOWNLOAD_ALL_ARCHITECTURES=true" >> $GITHUB_ENV
|
||||||
yarn run all:install
|
yarn run all:install
|
||||||
|
./node_modules/.bin/electron-rebuild
|
||||||
yarn run build
|
yarn run build
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
cp open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.x86_64.AppImage releasefiles/OpenLens-${{ env.LENS_VERSION }}.AppImage
|
cp open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.x86_64.AppImage releasefiles/OpenLens-${{ env.LENS_VERSION }}.AppImage
|
||||||
|
|
@ -81,10 +83,11 @@ jobs:
|
||||||
cp open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.aarch64.rpm releasefiles/OpenLens-${{ env.LENS_VERSION }}.arm64.rpm
|
cp open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.aarch64.rpm releasefiles/OpenLens-${{ env.LENS_VERSION }}.arm64.rpm
|
||||||
else
|
else
|
||||||
yarn run all:install
|
yarn run all:install
|
||||||
|
./node_modules/.bin/electron-rebuild.cmd
|
||||||
yarn run build
|
yarn run build
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
cp open-lens/dist/OpenLens*.exe releasefiles/OpenLens-${{ env.LENS_VERSION }}.exe
|
cp open-lens/dist/OpenLens*.exe releasefiles/OpenLens-${{ env.LENS_VERSION }}.exe
|
||||||
cp open-lens/dist/OpenLens*.exe packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.exe
|
cp open-lens/dist/OpenLens*.exe open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.exe
|
||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: lens
|
working-directory: lens
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue