Get the correct sha, hopefully
This commit is contained in:
parent
aeb3188507
commit
cd23f8b665
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue