Skip to content

Commit 8c10b03

Browse files
committed
Fix release workflow dotnet env scope
1 parent ec2e1da commit 8c10b03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
runs-on: [self-hosted, windows, switchify-signing]
2424

2525
env:
26-
DOTNET_INSTALL_DIR: ${{ runner.temp }}\dotnet
2726
SWITCHIFY_SIGNING_MODE: certum-simplysign
2827
SWITCHIFY_CERTUM_CERT_THUMBPRINT: ${{ vars.CERTUM_CERT_THUMBPRINT }}
2928
SWITCHIFY_CERTUM_TIMESTAMP_URL: http://time.certum.pl
@@ -48,6 +47,8 @@ jobs:
4847

4948
- name: Setup .NET
5049
uses: actions/setup-dotnet@v5
50+
env:
51+
DOTNET_INSTALL_DIR: ${{ runner.temp }}\dotnet
5152
with:
5253
dotnet-version: 8.0.x
5354

0 commit comments

Comments
 (0)