Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/YBTopaz8/Dimmer-MAUI
Browse files Browse the repository at this point in the history
  • Loading branch information
YBTopaz8 committed Jan 1, 2025
2 parents e5395f9 + 121a150 commit 9edcf00
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 9edcf00

Please sign in to comment.