Skip to content

Commit

Permalink
Rework binary builds
Browse files Browse the repository at this point in the history
  • Loading branch information
h33p committed Dec 25, 2023
1 parent a63f06c commit cc53dc2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Nightly build
name: Binary build

on:
push:
branch:
- 'main'
- 'stable'

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -37,6 +38,6 @@ jobs:
- name: Upload build artifacts
uses: softprops/action-gh-release@v1
with:
tag_name: nightly
tag_name: bin-${{ github.ref_name }}
files: |
${{ steps.artifacts.outputs.artifact }}

0 comments on commit cc53dc2

Please sign in to comment.