Переглянути джерело

freebsd: fix upload name for artifact zip

Thomas Waldmann 1 тиждень тому
батько
коміт
fefb4dfd8e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .github/workflows/ci.yml

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

@@ -529,7 +529,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