From 7e568dbcf815bb95556d6d61afa27462c875ca33 Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 28 Dec 2024 20:51:53 +1000 Subject: [PATCH] Add new matrix name to artifacts --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03327a27..15fd16db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,16 +77,16 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: ${{ matrix.profile.name }} NuGet Package + name: ${{ matrix.os.name }} ${{ matrix.profile.name }} NuGet Package path: OTAPI.Patcher/bin/Debug/net9.0/${{ matrix.profile.package_path }} - uses: actions/upload-artifact@v4 with: - name: ${{ matrix.profile.name }} Binaries + name: $${{ matrix.os.name }} {{ matrix.profile.name }} Binaries path: | OTAPI.Patcher/bin/Debug/net9.0/artifact-*/* - uses: actions/upload-artifact@v4 with: - name: ${{ matrix.profile.name }} Wiki MD files + name: ${{ matrix.os.name }} ${{ matrix.profile.name }} Wiki MD files path: OTAPI.Patcher/bin/Debug/net9.0/*.mfw.md