Skip to content

Commit f312e79

Browse files
committed
Use windows bash compatible envs
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent cdfe140 commit f312e79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
- name: Test Template
4949
shell: bash
5050
run: |
51-
artifact_dir=${{ github.workspace }}/artifacts
51+
artifact_dir=$GITHUB_WORKSPACE/artifacts
5252
dotnet new install ./artifacts/BytecodeAlliance.Componentize.DotNet.Templates.*.nupkg
53-
mkdir ${{ runner.temp }}/projects
54-
pushd ${{ runner.temp }}/projects
53+
mkdir $RUNNER_TEMP/projects
54+
pushd $RUNNER_TEMP/projects
5555
dotnet new componentize.wasi.cli -o test
5656
cd test
5757
dotnet nuget add source $artifact_dir

0 commit comments

Comments
 (0)