mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 07:35:10 +00:00
fix typo
This commit is contained in:
parent
23424c7b8c
commit
1ee3cec80a
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
||||
- name: Set new tool cache (Ubuntu)
|
||||
if: runner.os == 'linux'
|
||||
run: |
|
||||
echo "DOTNET_INSTALL_DIR::/home/runner/.dotnet4" >> $GITHUB_ENV
|
||||
echo "DOTNET_INSTALL_DIR=/home/runner/.dotnet4" >> $GITHUB_ENV
|
||||
- name: Set new tool cache (Windows)
|
||||
if: runner.os == 'windows'
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user