Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h33p committed Dec 25, 2023
1 parent 4da5cc4 commit f28bf8e
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 88 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 }}
Loading

0 comments on commit f28bf8e

Please sign in to comment.