Skip to content

Commit

Permalink
gha: add release build to CI
Browse files Browse the repository at this point in the history
To make sure we don't break "make release" by accident.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
  • Loading branch information
cyphar committed Dec 8, 2023
1 parent d78a4c2 commit 09a4eef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ on:
- cron: '0 0 * * *'

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
- name: make release
- name: upload artifacts
uses: actions/upload-artifact@v3
with:
name: release-${{ github.run_id }}
path: release/*

validate:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 09a4eef

Please sign in to comment.