mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-06-24 14:05: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
|
echo $Env:Path
|
||||||
python build_installer.py -v
|
python build_installer.py -v
|
||||||
|
|
||||||
- name: List built installers
|
- name: Copy spec and list built installers
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
PLATFORM: ${{ matrix.PLATFORM }}
|
||||||
run: |
|
run: |
|
||||||
|
cp installer_specs/$DISTNAME-$PLATFORM/$DISTNAME-$PLATFORM.txt dist/
|
||||||
ls -lh dist
|
ls -lh dist
|
||||||
|
|
||||||
- name: Test installer (sh)
|
- name: Test installer (sh)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user