Update main.yml
This commit is contained in:
parent
ecfdd70eb2
commit
0738110e12
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
if [ "${CSC_KEY_PASSWORD}" = "" ]; then
|
if [ "${CSC_KEY_PASSWORD}" = "" ]; then
|
||||||
unset CSC_KEY_PASSWORD
|
unset CSC_KEY_PASSWORD
|
||||||
fi
|
fi
|
||||||
yarn run all:install
|
yarn
|
||||||
yarn run build
|
yarn run build
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
for file in packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.dmg; do
|
for file in packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.dmg; do
|
||||||
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
elif [ "$RUNNER_OS" == "Linux" ]; then
|
elif [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
yarn run all:install
|
yarn
|
||||||
yarn run build
|
yarn run build
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
cp packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.x86_64.AppImage releasefiles/OpenLens-${{ env.LENS_VERSION }}.AppImage
|
cp packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.x86_64.AppImage releasefiles/OpenLens-${{ env.LENS_VERSION }}.AppImage
|
||||||
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
cp packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.arm64.deb releasefiles/OpenLens-${{ env.LENS_VERSION }}.arm64.deb
|
cp packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.arm64.deb releasefiles/OpenLens-${{ env.LENS_VERSION }}.arm64.deb
|
||||||
cp packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.aarch64.rpm releasefiles/OpenLens-${{ env.LENS_VERSION }}.arm64.rpm
|
cp packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.aarch64.rpm releasefiles/OpenLens-${{ env.LENS_VERSION }}.arm64.rpm
|
||||||
else
|
else
|
||||||
yarn run all:install
|
yarn
|
||||||
yarn run build
|
yarn run build
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
cp packages/open-lens/dist/OpenLens*.exe releasefiles/OpenLens-${{ env.LENS_VERSION }}.exe
|
cp packages/open-lens/dist/OpenLens*.exe releasefiles/OpenLens-${{ env.LENS_VERSION }}.exe
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue