Explorar o código

freebsd: fix upload name for artifact zip

Thomas Waldmann hai 1 semana
pai
achega
9f61c1c693
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -450,7 +450,7 @@ jobs:
       if: startsWith(github.ref, 'refs/tags/') && matrix.do_binaries
       uses: actions/upload-artifact@v4
       with:
-        name: ${{ matrix.os }}-${{ matrix.version }}-dist
+        name: ${{ matrix.artifact_prefix }}
         path: artifacts/*
         if-no-files-found: ignore