Skip to content

Commit

Permalink
fix publish artifact dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Nov 30, 2024
1 parent fc75ea0 commit b3d7fe9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,10 @@ jobs:
with:
path: /tmp/archives/

- name: Checksum
run: |
sha256sum /tmp/archives/** || true
- name: Release artifacts
uses: softprops/action-gh-release@v1
with:
Expand All @@ -453,6 +457,6 @@ jobs:
files: |
fapolicy-analyzer.spec
/tmp/archives/source0/*.tar.gz
/tmp/archives/rpm-artifacts/*.rpm
/tmp/archives/srpm-artifacts/*.src.rpm
/tmp/archives/tarball-artifacts/*.tar.gz
/tmp/archives/rpm-artifacts-*/*.rpm
/tmp/archives/srpm-artifacts-*/*.src.rpm
/tmp/archives/tarball-artifacts-*/*.tar.gz

0 comments on commit b3d7fe9

Please sign in to comment.