Skip to content

Commit

Permalink
make sure mosctl etc are still available when we publish layers
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Nov 3, 2023
1 parent fcfd580 commit 5e1a122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- name: Rename Binary
run: |
mv trust trust-linux-amd64
mv mosb mosb-linux-amd64
mv mosctl mosctl-linux-amd64
cp trust trust-linux-amd64
cp mosb mosb-linux-amd64
cp mosctl mosctl-linux-amd64
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 5e1a122

Please sign in to comment.