From 13c06641f67a198749474a936fb5362865739507 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:32:38 +0300 Subject: [PATCH] correct step name --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 067f4248..0c525b62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: if-no-files-found: 'error' compression-level: 0 retention-days: 1 - - name: Upload release package + - name: Upload debug package if: ${{ !startsWith(github.ref, 'refs/tags/') }} uses: actions/upload-artifact@v4 with: @@ -184,7 +184,7 @@ jobs: if-no-files-found: 'error' compression-level: 0 retention-days: 1 - - name: Upload release package + - name: Upload debug package if: ${{ !startsWith(github.ref, 'refs/tags/') }} uses: actions/upload-artifact@v4 with: