Don't archive files first, give a name to artifact

This commit is contained in:
John J. Camilleri
2020-11-11 22:08:15 +01:00
parent 7505813fa5
commit 2d102d2549

View File

@@ -22,11 +22,9 @@ jobs:
mkdir -p ${DEST}
bash Setup.sh --dest=${DEST} --gf=gf --verbose
- name: Create archive
run: |
tar --create --gzip --verbose --file dist.tar.gz ${DEST}
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
path: dist.tar.gz
name: gf-rgl-${{ env.GITHUB_SHA }}
path: ${{ env.DEST }}
if-no-files-found: error