diff --git a/.github/workflows/build_radioconda.yml b/.github/workflows/build_radioconda.yml index 6ad5c60..5111136 100644 --- a/.github/workflows/build_radioconda.yml +++ b/.github/workflows/build_radioconda.yml @@ -63,9 +63,12 @@ jobs: echo $Env:Path python build_installer.py -v - - name: List built installers + - name: Copy spec and list built installers shell: bash + env: + PLATFORM: ${{ matrix.PLATFORM }} run: | + cp installer_specs/$DISTNAME-$PLATFORM/$DISTNAME-$PLATFORM.txt dist/ ls -lh dist - name: Test installer (sh)