Skip to content

Commit

Permalink
Fix release workflow (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest authored Jun 9, 2023
1 parent 2c064bc commit 5c38e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build OSMan
run: |
cd ./build
go build -o ../bin/tmp-build ./cmd
../bin/tmp-build build
go build -o ../bin/.cache/build ./cmd
../bin/.cache/build build
- name: Build RPM
id: rpm
uses: outofforest/rpmbuild@main
Expand Down

0 comments on commit 5c38e05

Please sign in to comment.