Skip to content

Commit

Permalink
Use just build recipe in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Sep 15, 2024
1 parent 7b42a3c commit 698192e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
- uses: astral-sh/setup-uv@v2
with:
enable-cache: true
- name: Build
run: uv build
- uses: extractions/setup-just@v2

- run: just build

- name: Attest Build Provenance
uses: actions/attest-build-provenance@v1
with:
subject-path: dist/anycastd-*

- name: Upload Build Artifacts
run: >-
gh release upload "${GITHUB_REF_NAME}"
Expand Down

0 comments on commit 698192e

Please sign in to comment.