Browse Source

freebsd: fix upload name for artifact zip

Thomas Waldmann 1 tuần trước cách đây
mục cha
commit
fefb4dfd8e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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