Get the correct sha, hopefully

This commit is contained in:
Lauri Räsänen 2024-04-25 05:58:51 +03:00
parent aeb3188507
commit cd23f8b665

View file

@ -29,6 +29,6 @@ jobs:
- name: Upload plugin artifact - name: Upload plugin artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: ${{matrix.os}}_${{matrix.arch}}_${{matrix.buildtype}}_${{env.GITHUB_SHA}} name: ${{matrix.os}}_${{matrix.arch}}_${{matrix.buildtype}}_${{github.sha}}
path: ${{ github.workspace }}/hl2sdk-starter/build/src/server_plugin.so path: ${{ github.workspace }}/hl2sdk-starter/build/src/server_plugin.so