Skip to content

Commit

Permalink
test rpm build via workflow -12
Browse files Browse the repository at this point in the history
Signed-off-by: gdha <[email protected]>
  • Loading branch information
gdha committed Jun 20, 2024
1 parent 6733277 commit 60be741
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rpmbuild-of-upgrade-ux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ jobs:
name: Create release with all assets
needs: [build_tarball, build_rpm, build_deb]
runs-on: ubuntu-latest
env:
GITDATE: ${{ needs.build_tarball.outputs.gitdate }}
VERSION: ${{ needs.build_tarball.outputs.ver }}
DISTVERSION: ${{ needs.build_tarball.outputs.distversion }}
steps:
- name: Download .rpm artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 60be741

Please sign in to comment.