Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from hallyn/2022-11-18/publish-release
Browse files Browse the repository at this point in the history
github action: push trust binary on a tag push
  • Loading branch information
hallyn authored Nov 18, 2022
2 parents afe8c5f + 415a7f1 commit 7feb9a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up golang
uses: actions/setup-go@v2
with:
Expand All @@ -18,3 +18,8 @@ jobs:
sudo apt-get install golang make openssl swtpm tpm2-tools qemu-kvm
- run: |
make
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: trust

0 comments on commit 7feb9a4

Please sign in to comment.