diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index da407c4..91ca5fb 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -72,14 +72,14 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ matrix.config.os }}-r${{ matrix.config.r }}-source-package - path: bpmnVisualization_*.tar.gz + path: bpmnVisualizationR_*.tar.gz - name: Check the source package id: source_package_checks - run: R CMD check --as-cran bpmnVisualization_*.tar.gz + run: R CMD check --as-cran bpmnVisualizationR_*.tar.gz - name: Upload source package check results if: ${{ failure() && steps.source_package_checks.outcome == 'failure' }} uses: actions/upload-artifact@v3 with: name: ${{ matrix.config.os }}-r${{ matrix.config.r }}-source-package-check-results - path: bpmnVisualization.Rcheck + path: bpmnVisualizationR.Rcheck