diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 41458f4..b4aa054 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -59,5 +59,5 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: ${{ runner.os }}-r${{ matrix.config.r-version }}-artifacts + name: doremifasol${PACKAGE_VERSION}_${{ runner.os }}-r${{ matrix.config.r-version }} path: dist \ No newline at end of file