Update main.yml

This commit is contained in:
Muhammed Kalkan 2022-09-21 22:19:16 +03:00 committed by Jan-Otto Kröpke
parent bfe41c0a28
commit 453705a593
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ jobs:
fi
done
elif [ "$RUNNER_OS" == "Linux" ]; then
gem install fpm
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