Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKalkan authored and jkroepke committed Sep 29, 2022
1 parent d236bf9 commit bfe41c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfe41c0

Please sign in to comment.