1
0
forked from GitHub/gf-rgl

Specify --gf flag properly. Compress and upload artifact.

This commit is contained in:
John J. Camilleri
2020-11-11 21:43:46 +01:00
parent aa8840b61b
commit dd102142f5

View File

@@ -18,8 +18,13 @@ jobs:
- name: Build RGL - name: Build RGL
run: | run: |
bash Setup.sh --dest=dist/ --gf= --verbose bash Setup.sh --dest=dist/ --gf=gf --verbose
# - uses: actions/upload-artifact@v2 - name: Create archive
# with: run: |
# path: dist tar --create --gzip --verbose --file dist.tar.gz dist/
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
path: dist.tar.gz