Upload workflow artifacts
This commit is contained in:
parent
3f05374739
commit
aeb3188507
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}}_${{GITHUB_SHA}}
|
name: ${{matrix.os}}_${{matrix.arch}}_${{matrix.buildtype}}_${{env.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