Skip to content

Commit

Permalink
Release github sha
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKnauth committed Jan 24, 2024
1 parent 27caed3 commit a022aef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
tag_name: release-${{ github.sha }}
name: Release ${{ github.sha }}
files: target/wasm32-wasi/release/hollowknight_autosplit_wasm.wasm
name: Latest
tag_name: latest
body: This contains the latest version of the auto splitter.

clippy:
name: Check clippy lints
Expand Down

0 comments on commit a022aef

Please sign in to comment.