Sha instead of ref

This commit is contained in:
Dhinak G
2021-02-19 16:37:37 -05:00
parent 036282a7e9
commit 88b80e6354

View File

@@ -28,7 +28,7 @@ jobs:
- name: Upload to Artifacts
uses: actions/upload-artifact@v2
with:
name: Opencore-Patcher-${{ github.ref }}
name: Opencore-Patcher-${{ github.sha }}
path: dist/OpenCore-Patcher
- name: Upload to Release
if: github.event_name == 'release'