Skip to content

Commit 71cdfbf

Browse files
committed
update readme and releases use ref_name
1 parent d81f81d commit 71cdfbf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/go-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103103
with:
104104
tag_name: ${{ github.ref }}
105-
name: Release ${{ github.ref }}
106-
body: Release notes for version ${{ github.ref }}
105+
name: Release ${{ github.ref_name }}
106+
body: Release notes for version ${{ github.ref_name }}
107107
draft: false
108108
prerelease: false
109109

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Rune stands out for being:
2929

3030

3131
## Pre compiled binaries
32-
In the [dist directory](dist/), you will find pre compiled binaries for the three major platforms. (However they might not always be up to date).
33-
34-
To get the latest builds, you can download them from the build artifaces section. Go to [Artifacts](https://github.com/RednibCoding/runevm/actions/workflows/go-build.yml) and click on the latest build (top most entry) and then scroll down to artifacts:
32+
You can download the latest stable release from the [releases](https://github.com/RednibCoding/runevm/releases)
33+
### Latest unstable builds
34+
To get the latest unstable builds, you can download them from the build artifaces section. Go to [Artifacts](https://github.com/RednibCoding/runevm/actions/workflows/go-build.yml) and click on the latest build (top most entry) and then scroll down to artifacts:
3535
![](readme/artifacts-download.png)
3636

3737
## Build from source

0 commit comments

Comments
 (0)