Update main.yml

This commit is contained in:
Muhammed Kalkan 2022-09-21 21:48:29 +03:00 committed by Jan-Otto Kröpke
parent d236bf94d8
commit bfe41c0a28
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ jobs:
done
elif [ "$RUNNER_OS" == "Linux" ]; then
gem install fpm
env USE_SYSTEM_FPM=true
export USE_SYSTEM_FPM=true
env ELECTRON_BUILDER_EXTRA_ARGS="--arm64 --x64" make build
cp dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.x86_64.AppImage releasefiles/OpenLens-${{ env.LENS_VERSION }}.AppImage
cp dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.amd64.deb releasefiles/OpenLens-${{ env.LENS_VERSION }}.deb