From d8b82f89f948013888cb0ce0989c1a45c09de1d5 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Tue, 23 Mar 2021 15:56:58 -0400 Subject: [PATCH] Update Action to copy environment spec files to release. --- .github/workflows/build_radioconda.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)