1
0
forked from GitHub/gf-rgl

Get SHA from github context, not environment

This commit is contained in:
John J. Camilleri
2020-11-11 22:11:16 +01:00
parent 2d102d2549
commit aa3b6648f3

View File

@@ -25,6 +25,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: gf-rgl-${{ env.GITHUB_SHA }}
name: gf-rgl-${{ github.sha }}
path: ${{ env.DEST }}
if-no-files-found: error