diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 78fd0d592..ad43af447 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -42,6 +42,9 @@ jobs: run: mkdir ./linux/artifacts - name: Copy release artifact run: cp ./linux/ccextractor ./linux/artifacts/ + # NOTE: The sample-platform test runner (CCExtractor/sample-platform) + # matches artifact names exactly. Update Artifact_names in + # mod_ci/controllers.py there if you rename this artifact. - uses: actions/upload-artifact@v6 with: name: CCExtractor Linux build diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 514ea9356..d009fbb5b 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -129,6 +129,9 @@ jobs: run: ./ccextractorwinfull.exe --version working-directory: ./windows/${{ matrix.outdir }}Release-Full + # NOTE: The sample-platform test runner (CCExtractor/sample-platform) + # matches artifact names exactly. Update Artifact_names in + # mod_ci/controllers.py there if you rename these artifacts. - name: Upload Release artifact uses: actions/upload-artifact@v6 with: