Skip to content

Commit

Permalink
Fix rpm generation
Browse files Browse the repository at this point in the history
  • Loading branch information
maricaantonacci committed Mar 18, 2024
1 parent 4e919cc commit 5658110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
package_root: .rpmpkg
maintainer: Marica Antonacci <[email protected]>
version: ${{ env.REF }}
arch: 'x86_64'
arch: ${{ matrix.arch }}
desc: 'orchent cli'

- name: debug
Expand Down

0 comments on commit 5658110

Please sign in to comment.