forked from GitHub/gf-rgl
Must make dest directory before copying to it
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build RGL
|
- name: Build RGL
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p ${DEST}
|
||||||
bash Setup.sh --dest=${DEST} --gf=gf --verbose
|
bash Setup.sh --dest=${DEST} --gf=gf --verbose
|
||||||
|
|
||||||
- name: Create archive
|
- name: Create archive
|
||||||
|
|||||||
Reference in New Issue
Block a user