Skip to content

Commit

Permalink
ci: specify full workspace path for local source
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jan 27, 2024
1 parent ae3f459 commit ef6e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Templates
run: dotnet new install Artifacts/AvantiPoint.MauiMicroMvvm.Templates.*.nupkg
- name: Add Local Source
run: dotnet nuget add source ./Artifacts --name Artifacts
run: dotnet nuget add source ${{ github.workspace }}/Artifacts --name Artifacts
- name: Create Test Project
run: dotnet new maui-micro -o TestProject
- name: Restore Workloads
Expand Down

0 comments on commit ef6e285

Please sign in to comment.