From 2406c4a89682df15b8a372fc4ba1f50d4f7631fd Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Fri, 5 May 2023 07:50:45 +0200 Subject: [PATCH] ci: fix artifact name in scheduled packages workflow --- .github/workflows/build_packages_cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_packages_cron.yaml b/.github/workflows/build_packages_cron.yaml index 0eb08cb4d..a90187221 100644 --- a/.github/workflows/build_packages_cron.yaml +++ b/.github/workflows/build_packages_cron.yaml @@ -32,7 +32,7 @@ jobs: zip -ryq source.zip source/* source/.[^.]* - uses: actions/upload-artifact@v3 with: - name: source-${{ matrix.profile[1] }} + name: source-${{ matrix.profile[0] }} path: source.zip linux: