Update Action to copy environment spec files to release.

This commit is contained in:
Ryan Volz 2021-03-23 15:56:58 -04:00
parent 022933a26a
commit d8b82f89f9
1 changed files with 4 additions and 1 deletions

View File

@ -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)