1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-23 21:07:45 +00:00

Fix cargo-vendor-filterer being installed in the wrong step

(cherry picked from commit e121ea8ac0)
This commit is contained in:
Joshua Goins 2024-03-22 18:02:00 -04:00
parent 39a06d67fa
commit 7bf2afc778

View file

@ -21,6 +21,8 @@ sources:
secrets:
- b748582a-5d31-4fe8-94d6-4a63035e97aa
tasks:
- setup: |
cargo install cargo-vendor-filterer
- reuse: |
cd astra
reuse lint
@ -30,17 +32,9 @@ tasks:
- upload-tarball: |
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
rsync -e 'ssh -p 38901' -Wvr astra-source.tar.gz deploy@ryne.moe:/srv/http/astra-distrib/astra/git/
#- configure: |
# cd astra
# cmake -S . -B build-cmake
#- build: |
# cd astra
# cmake --build build-cmake
- flatpak: |
cd astra
cargo install cargo-vendor-filterer
./scripts/build-flatpak.sh
artifacts:
- astra-source.tar.gz
# - astra/build-cmake/bin/astra
- astra/astra.flatpak