Skip to content

Commit

Permalink
Update release-dimmer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YBTopaz8 authored Jan 1, 2025
1 parent 1c9a1d0 commit 121a150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dimmer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Add Local NuGet Source
run: |
dotnet nuget add source $(pwd)/Dimmer/releasePacking --name local-release-packing
dotnet nuget add source "$(Get-Location)\Dimmer\releasePacking" --name local-release-packing
- name: Configure DevExpress NuGet Source
run: dotnet nuget add source ${{ secrets.DEVEXPRESS_FEED_URL }} -n DevExpress
Expand Down

0 comments on commit 121a150

Please sign in to comment.