From acffa8bd3cf58fc7525b595fedc8f1b25e246391 Mon Sep 17 00:00:00 2001
From: Griefed <griefed@griefed.de>
Date: Sat, 18 Sep 2021 13:37:00 +0200
Subject: [PATCH] ci: Fix release workflow ids

---
 .github/workflows/github_release.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml
index a644689..790b170 100644
--- a/.github/workflows/github_release.yml
+++ b/.github/workflows/github_release.yml
@@ -67,7 +67,7 @@ jobs:
           dest: lttmm-${{ steps.tag.outputs.tag }}.zip
 
       - name: Upload Release Archive tar.gz
-        id: upload-release-asset-archive
+        id: upload-release-asset-archive-targz
         uses: actions/upload-release-asset@v1
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -78,7 +78,7 @@ jobs:
           asset_content_type: application/gzip
 
       - name: Upload Release Archive zip
-        id: upload-release-asset-archive
+        id: upload-release-asset-archive-zip
         uses: actions/upload-release-asset@v1
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-- 
GitLab