From d3f4a8f156d22cc46ec4eb80560ae7e0f3790887 Mon Sep 17 00:00:00 2001 From: sappho Date: Sat, 20 Apr 2024 17:25:47 -0400 Subject: [PATCH] cleaner artifact names! --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c892389..0e88d71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: uses: actions/upload-artifact@v4.3.2 with: # Artifact name - name: ${{ matrix.os }} - ${{ matrix.cc }} + name: ${{ matrix.os }}_${{ matrix.cc }}_${{ env.ZIP_FILENAME }} # optional, default is artifact # A file, directory or wildcard pattern that describes what to upload path: ${{ github.workspace }}/extension/build/package/${{ matrix.os }}_${{ matrix.cc }}_${{ env.ZIP_FILENAME }}