[ci,abi] move deb files to subfolder and only save that

This commit is contained in:
akallabeth
2025-03-25 09:52:56 +01:00
parent 03a9c9b2b7
commit aea6667b27

View File

@@ -35,7 +35,7 @@ jobs:
with:
key: cache-abigail-tools
path: |
.
deb
- name: "Prepare abigail-tools"
if: always() && steps.cache-abigail-tools-restore.outputs.cache-hit != 'true'
@@ -48,6 +48,9 @@ jobs:
apt source libabigail
cd libabigail-2.6
dpkg-buildpackage
cd ..
mkdir -p deb
mv *.deb deb/
- name: Save abigail tools
id: cache-abigail-tools-save
@@ -56,7 +59,7 @@ jobs:
with:
key: cache-abigail-tools
path: |
*.deb
deb
- name: "Prepare environment"
run: |
@@ -67,7 +70,7 @@ jobs:
curl
./packaging/scripts/prepare_deb_freerdp-nightly.sh
sudo mk-build-deps -i
sudo dpkg -i *.deb
sudo dpkg -i deb/*.deb
- name: "Prepare configuration"
run: |