Skip to content

Commit

Permalink
(WIP) correct rpm artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
rocodes committed Jan 20, 2025
1 parent 2a7ecc8 commit 092eecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ jobs:
make test-deps
- uses: actions/download-artifact@v4
with:
name: rpm-build
path: rpm-build/RPMS/noarch/
pattern: "*.rpm"
- name: Show downloaded artifacts
run: ls -R rpm-build/RPMS/noarch/
- name: Install RPM and run smoketest
run: |
make smoketest RPM=rpm-build/RPMS/noarch/*fc37.noarch.rpm

0 comments on commit 092eecb

Please sign in to comment.