forked from GitHub/gf-rgl
Specify --gf flag properly. Compress and upload artifact.
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user