diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e22b3a8..0b41f6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,6 @@ jobs: - name: Upload plugin artifact uses: actions/upload-artifact@v4 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