From d87f3665ac6fd94993cd712d51178119afb5be41 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 16 Sep 2022 09:52:29 +0200 Subject: [PATCH] CI use simplier names to upload artifacts - avoided spaces in names and CI and build keywords --- .github/workflows/ccpp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index f17fae667..e00a4342e 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -142,7 +142,7 @@ jobs: if: steps.upload-release.conclusion == 'skipped' uses: actions/upload-artifact@v1 with: - name: UltraGrid CI Linux build + name: UltraGrid-Linux path: UltraGrid-${{ env.VERSION }}-x86_64.AppImage macOS: @@ -230,7 +230,7 @@ jobs: if: steps.upload-release.conclusion == 'skipped' uses: actions/upload-artifact@v1 with: - name: UltraGrid CI macOS build + name: UltraGrid-macOS path: UltraGrid-${{ env.VERSION }}.dmg Windows: @@ -327,7 +327,7 @@ jobs: if: steps.upload-release.conclusion == 'skipped' uses: actions/upload-artifact@v1 with: - name: UltraGrid CI Windows build + name: UltraGrid-Windows path: build # vi: set expandtab sw=2: