Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gr211 committed Jun 20, 2024
1 parent a832a93 commit 83c9c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
- name: Create CentOS 8 package
run: |
wget https://github.com/grumlimited/gohip/releases/download/${{ github.ref }}/${DEB_PKG_NAME} -O ${DEB_PKG_NAME}
wget https://github.com/grumlimited/gohip/releases/download/${{ github.ref }}/gohip-$RELEASE_VERSION-x86_64.deb -O gohip-$RELEASE_VERSION-x86_64.deb
alien -r -k --scripts --target=x86_64 ${DEB_PKG_NAME}
md5sum ${RPM_PKG_NAME} >> ${RPM_PKG_NAME}.md5sum
alien -r -k --scripts --target=x86_64 gohip-$RELEASE_VERSION-x86_64.deb
md5sum gohip-$RELEASE_VERSION-1.x86_64.rpm >> gohip-$RELEASE_VERSION-1.x86_64.rpm
- name: Upload CentOS 8 release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 83c9c04

Please sign in to comment.