diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 00:49:04 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 10:16:45 +0200 |
| commit | c41fe1236a10839f72459e490778c8459d0b7824 (patch) | |
| tree | 74447b0c264d0b4e9f2cde1ee99ad0cf7f3fd396 | |
| parent | 2a05d887b5a31486b97dbf5a94173f234fa6f9c7 (diff) | |
Use just for release
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,4 +37,4 @@ tasks: flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - release: | cd map-linux - make -e clean_images=1 -e target=x86_64-unknown-linux-gnu -e flatpak_cargo_generator=/home/build/flatpak-builder-tools/cargo ci + just clean_images=1 target=x86_64-unknown-linux-gnu flatpak_cargo_generator=/home/build/flatpak-builder-tools/cargo ci |