From 79a7674d8a0d40a04dd3dabba2fbf218d3f322d7 Mon Sep 17 00:00:00 2001 From: B3none <24966460+B3none@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:44:30 +0000 Subject: [PATCH] Update artifact path --- .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 9b8b57e..a1c8eb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,4 +26,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: RetakesPlugin-${{ github.sha }} # Name of the artifact (with the commit hash) - path: /bin/Debug/net7.0/RetakesPlugin.dll # Replace with the actual path to your built DLL + path: /home/runner/work/cs2-retakes/cs2-retakes/bin/Debug/net7.0/RetakesPlugin.dll # Replace with the actual path to your built DLL