Skip to content

Commit f28bf8e

Browse files
committed
Bump to 0.2.0
1 parent 4da5cc4 commit f28bf8e

File tree

3 files changed

+69
-88
lines changed

3 files changed

+69
-88
lines changed

.github/workflows/nightly-build.yml renamed to .github/workflows/binary-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Nightly build
1+
name: Binary build
22

33
on:
44
push:
55
branch:
66
- 'main'
7+
- 'stable'
78

89
env:
910
CARGO_TERM_COLOR: always
@@ -37,6 +38,6 @@ jobs:
3738
- name: Upload build artifacts
3839
uses: softprops/action-gh-release@v1
3940
with:
40-
tag_name: nightly
41+
tag_name: bin-${{ github.ref_name }}
4142
files: |
4243
${{ steps.artifacts.outputs.artifact }}

0 commit comments

Comments
 (0)