From 86d6fb86d7172fc02f2d7f24090fc44a667bf355 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Wed, 6 Jan 2021 13:35:36 +0800 Subject: [PATCH] Unify "github actions" artifacts naming scheme --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4b805cdb0..54ee71974 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: - name: upload artifact as zip uses: actions/upload-artifact@v2 with: - name: qBittorrent-CI-Ubuntu_${{ matrix.os }}-${{ matrix.qbt_gui }} + name: qBittorrent-CI_${{ matrix.os }}-x64_${{ matrix.qbt_gui }} path: | build/compile_commands.json build/target_graph.dot @@ -151,7 +151,7 @@ jobs: - name: upload artifact as zip uses: actions/upload-artifact@v2 with: - name: qBittorrent-CI-Windows_x64-static-release + name: qBittorrent-CI_Windows-x64 path: | build/compile_commands.json build/target_graph.dot @@ -236,7 +236,7 @@ jobs: - name: upload artifact as zip uses: actions/upload-artifact@v2 with: - name: qBittorrent-CI-macOS_x64-static-release_${{ matrix.qbt_gui }} + name: qBittorrent-CI_macOS_${{ matrix.qbt_gui }} path: | build/compile_commands.json build/target_graph.dot