Skip to content

Commit

Permalink
fixed workflow build prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
threadexio committed Apr 19, 2022
1 parent a63fe5f commit 6a2ee3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
default: true

- run: |
make BUILD_TYPE=release package
make BUILD_TYPE=release PREFIX="/usr" package
- uses: actions/upload-artifact@v3
with:
Expand All @@ -31,4 +31,4 @@ jobs:
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
with:
files: zeus-bin.tar.gz
files: zeus-bin.tar.gz

0 comments on commit 6a2ee3c

Please sign in to comment.