mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix build RPM repository
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
239e88c6e0
commit
98630ecdce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-packages.yml
vendored
2
.github/workflows/build-packages.yml
vendored
|
@ -335,7 +335,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ steps.set-artifact-name.outputs.artifact-name }}
|
||||
path: ~/rpmbuild/RPMS/*/*.rpm
|
||||
path: ~/rpmbuild/RPMS/${{ matrix.arch }}/*.rpm
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue