Skip to content

Commit

Permalink
update readme and releases use ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
RednibCoding committed Jun 21, 2024
1 parent d81f81d commit 71cdfbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
body: Release notes for version ${{ github.ref }}
name: Release ${{ github.ref_name }}
body: Release notes for version ${{ github.ref_name }}
draft: false
prerelease: false

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Rune stands out for being:


## Pre compiled binaries
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).

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:
You can download the latest stable release from the [releases](https://github.com/RednibCoding/runevm/releases)
### Latest unstable builds
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:
![](readme/artifacts-download.png)

## Build from source
Expand Down

0 comments on commit 71cdfbf

Please sign in to comment.