Skip to content

Commit

Permalink
CI: upload linux binary and rpm as part of make-rpm action
Browse files Browse the repository at this point in the history
As of now there is no linux binary generated for any action. For
windows and mac we have installer but nothing for linux.
  • Loading branch information
praveenkumar committed Jan 10, 2023
1 parent 57906e5 commit 3907835
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/make-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ jobs:
go-version: ${{ matrix.go }}
- name: Build rpm
run: CONTAINER_RUNTIME=docker make test-rpmbuild
- name: Upload linux binary and rpms
uses: actions/upload-artifact@v3
with:
name: linux binary and rpm
path: |
./crc
./RPMS

0 comments on commit 3907835

Please sign in to comment.