Skip to content

Commit

Permalink
Cleanup SHA from release names
Browse files Browse the repository at this point in the history
Releases now converted into a list of artifacts where new builds are appended on push.
  • Loading branch information
anchorlightforge committed Jul 21, 2023
1 parent edd68e6 commit 8724290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
tag_name: "automatic-${{matrix.build-flavour}}"
prerelease: true
generate_release_notes: true
name: "bridge-remix-${{env.GITHUB_SHA_SHORT}}-${{github.run_number}}-${{matrix.build-flavour}}"
name: "bridge-remix-automatic-${{matrix.build-flavour}}"
files: |
*.zip
_upload/*.txt

0 comments on commit 8724290

Please sign in to comment.