We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfe140 commit f312e79Copy full SHA for f312e79
.github/workflows/build.yml
@@ -48,10 +48,10 @@ jobs:
48
- name: Test Template
49
shell: bash
50
run: |
51
- artifact_dir=${{ github.workspace }}/artifacts
+ artifact_dir=$GITHUB_WORKSPACE/artifacts
52
dotnet new install ./artifacts/BytecodeAlliance.Componentize.DotNet.Templates.*.nupkg
53
- mkdir ${{ runner.temp }}/projects
54
- pushd ${{ runner.temp }}/projects
+ mkdir $RUNNER_TEMP/projects
+ pushd $RUNNER_TEMP/projects
55
dotnet new componentize.wasi.cli -o test
56
cd test
57
dotnet nuget add source $artifact_dir
0 commit comments