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 bf3b074 commit 4456917
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 83 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 }}
136 changes: 58 additions & 78 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4456917

Please sign in to comment.