[CTOR-151] fix delivery (#4774)

This commit is contained in:
sdepassio 2023-12-15 15:14:33 +01:00 committed by GitHub
parent c3b75fe62a
commit 8958c7f6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Remove previously delivered DEBs
run: rm -f ./*.deb
shell: bash
- name: Use cache DEB files
uses: actions/cache/restore@v3
with:

View File

@ -20,6 +20,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Remove previously delivered RPMs
run: rm -f ./*.rpm
shell: bash
- name: Use cache RPM files
uses: actions/cache/restore@v3
with:
@ -48,6 +52,7 @@ runs:
exit 1
fi
rm -rf noarch x86_64
mkdir noarch x86_64
for FILE in $FILES; do