Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celyrin authored Jul 31, 2024
1 parent a5fae34 commit 96135cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: | # Updated release description here
This release contains the following files:
- `image.tar`: Docker image of the latest build. Use `docker load -i image.tar` to load this image into your Docker environment.
- `bin.tar.gz`: Archive of the binaries.
draft: false
prerelease: false

Expand Down

0 comments on commit 96135cf

Please sign in to comment.