Skip to content

Commit

Permalink
upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
christianscott authored Nov 14, 2023
1 parent 619703d commit 675f587
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v2
- run: bazel build :release
- uses: actions/upload-artifact@v3
with:
name: release.tar.gz
path: dist/bin/release.tar.gz

0 comments on commit 675f587

Please sign in to comment.