mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-04-19 17:59:26 -04:00
Update Action to copy environment spec files to release.
This commit is contained in:
parent
022933a26a
commit
d8b82f89f9
5
.github/workflows/build_radioconda.yml
vendored
5
.github/workflows/build_radioconda.yml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user