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 }}