summary refs log tree commit diff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorwlodekm <[email protected]>2024-11-15 10:22:04 +0200
committerwlodekm <[email protected]>2024-11-15 10:22:04 +0200
commite3c1048dffa61f563e84a78a41d32126e5dcb406 (patch)
tree5f43bb2cc6821a6133faa10ffd2450543b9f5314 /.github/workflows/main.yml
parent6500a80bbb07ef6820294914b0609fa87d3c2c16 (diff)
guhhhhh
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8d44190..40b0033 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
       uses: softprops/action-gh-release@v1
       with:
         files: build/compressed/*  # Upload the files to the GitHub release
-        tag_name: ${{ github.ref }}  # Use the pushed tag as the release version
+        name: ${{ github.ref }}  # Use the pushed tag as the release version
         release_name: Release ${{ github.ref }}
         body: "Automated release for version ${{ github.ref }}"
       env: