From cd23f8b66512c119b65a54e166bd18f8f0073c06 Mon Sep 17 00:00:00 2001 From: nullprop Date: Thu, 25 Apr 2024 05:58:51 +0300 Subject: [PATCH] Get the correct sha, hopefully --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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