1
0
forked from GitHub/gf-rgl

Must make dest directory before copying to it

This commit is contained in:
John J. Camilleri
2020-11-11 21:58:45 +01:00
parent 6cedca7f4f
commit 7505813fa5
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ jobs:
- name: Build RGL
run: |
mkdir -p ${DEST}
bash Setup.sh --dest=${DEST} --gf=gf --verbose
- name: Create archive