From 0df0cc4afdd2452509fce5d5fdf99d8c2efde8c9 Mon Sep 17 00:00:00 2001 From: Florian Trayon <26360935+FlorianLeChat@users.noreply.github.com> Date: Wed, 6 Dec 2023 09:50:41 +0100 Subject: [PATCH] Improved usage of GiHub environment variables for access paths --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 56fbeca..5c1ec74 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -38,5 +38,5 @@ jobs: with: name: windows-builds-dotnet-${{ matrix.dotnet }} path: | - /home/runner/work/Facepunch-Commits-Monitor/Facepunch-Commits-Monitor/src/bin/Release/net8.0-windows10.0.22000.0/win-x64/publish/ - /home/runner/work/Facepunch-Commits-Monitor/Facepunch-Commits-Monitor/src/bin/Release/net8.0-windows10.0.22000.0/win-arm64/publish/ + ${{ github.workspace }}/src/bin/Release/net8.0-windows10.0.22000.0/win-x64/publish/ + ${{ github.workspace }}/src/bin/Release/net8.0-windows10.0.22000.0/win-arm64/publish/