Skip to content

Commit

Permalink
ci: why
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Richter <[email protected]>
  • Loading branch information
erichte-ibm committed Oct 10, 2024
1 parent 422547f commit 5c3b01c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ jobs:
needs: ["rpmbuild", "staticbuild"]
steps:
- name: download rpms
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- run: ls -R

- name: generate release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
prerelease: ${{ contains(github.ref_name, '-') }}
files: |
Expand Down

0 comments on commit 5c3b01c

Please sign in to comment.