Change how the GitHub SHA is referenced in MSVC.yml

This commit is contained in:
Jesse Talavera-Greenberg 2023-06-17 22:27:54 -04:00 committed by LibretroAdmin
parent 4628cd0e0b
commit 1a98b430ed

View File

@ -31,7 +31,7 @@ jobs:
- name: Get short SHA
id: slug
shell: powershell
run: echo "::set-output name=sha8::$('${{env.GITHUB_SHA}}'.Substring(0,8))"
run: echo "::set-output name=sha8::$('${{github.sha}}'.Substring(0,8))"
- uses: actions/upload-artifact@v3
with:
@ -59,7 +59,7 @@ jobs:
- name: Get short SHA
id: slug
shell: powershell
run: echo "::set-output name=sha8::$('${{env.GITHUB_SHA}}'.Substring(0,8))"
run: echo "::set-output name=sha8::$('${{github.sha}}'.Substring(0,8))"
- uses: actions/upload-artifact@v3
with: