Skip to content

Commit d0265e1

Browse files
committedJun 17, 2020
Update dotnet-core-desktop.yml
1 parent 99dccf0 commit d0265e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/dotnet-core-desktop.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16
3838

3939
- name: Build
40-
run: msbuild build.proj /p:PackageOutputDir="nuget-output" /p:Configuration=${{ matrix.configuration }}
40+
run: msbuild build.proj /p:PackageOutputDir="${{ env.GITHUB_WORKSPACE }}/nuget-output" /p:Configuration=${{ matrix.configuration }}
4141
env:
4242
Configuration: ${{ matrix.configuration }}
4343

4444
- name: Upload build artifacts
4545
uses: actions/upload-artifact@v1
4646
with:
4747
name: Nuget Package
48-
path: nuget-output
48+
path: "${{ env.GITHUB_WORKSPACE }}/nuget-output"

0 commit comments

Comments
 (0)