Skip to content

Commit

Permalink
Improved usage of GiHub environment variables for access paths
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Dec 6, 2023
1 parent d93b449 commit 0df0cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 0df0cc4

Please sign in to comment.