Skip to content

Commit

Permalink
Update build_publish.yml
Browse files Browse the repository at this point in the history
Test to identify issue
  • Loading branch information
AndreasReitberger committed Oct 11, 2024
1 parent f76f38d commit c565b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "PACKAGE VERSION: $VERSION"
New-Item -ItemType Directory -Force -Path .\artifacts
dotnet pack --output ./artifacts --configuration Release -p:PackageVersion=$VERSION ./src/MauiSettings/MauiSettings.csproj
# dotnet pack --output ./artifacts --configuration Release -p:PackageVersion=$VERSION ./src/MauiSettings/MauiSettings.csproj

- name: Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c565b73

Please sign in to comment.