diff options
author | wlodekm <[email protected]> | 2024-11-15 10:08:43 +0200 |
---|---|---|
committer | wlodekm <[email protected]> | 2024-11-15 10:08:43 +0200 |
commit | 20a7cd47bd587eec4081fd59d9e5a94293cdc1c4 (patch) | |
tree | d11b72809147ce0da4250eb19ec3d41a90c77a4a /.github/workflows/main.yml | |
parent | f5fb1de6398361b1ee46d42aaa9525e869fa548f (diff) |
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8a36f8..67e5fcb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,5 +46,5 @@ jobs: with: files: build/compressed/* # Upload the files to the GitHub release tag_name: ${{ github.ref }} # Use the pushed tag as the release version - release_name: Release ${{ github.ref }} + name: Release ${{ github.ref }} body: "Automated release for version ${{ github.ref }}" |