diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 523b587..a72ddd6 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -118,8 +118,8 @@ jobs: if: startsWith(github.ref, 'refs/tags/') uses: actions/upload-artifact@v4 with: - name: build-${{ matrix.os }}-${{ matrix.build_type }} - path: build-${{ matrix.os }}-${{ matrix.build_type }}.${{ runner.os == 'Linux' && 'tar.gz' || 'zip' }} + name: build-${{ matrix.os }}-${{ matrix.build_type }}-${TAG_NAME} + path: build-${{ matrix.os }}-${{ matrix.build_type }}-${TAG_NAME}.${{ runner.os == 'Linux' && 'tar.gz' || 'zip' }} deploy: if: startsWith(github.ref, 'refs/tags/')