Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Šůstek committed Sep 19, 2024
1 parent aa641d7 commit c161aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish
run: dotnet pack ./src/Bluesoft.Xperience.ScheduleTasks/Bluesoft.Xperience.ScheduleTasks.csproj --no-build --output ./packages
run: dotnet pack ./src/Bluesoft.Xperience.ScheduleTasks/Bluesoft.XbK.ScheduleTasks.csproj --no-build --output ./packages
- name: Nuget push
env:
YOUR_GITHUB_PAT: ${{ secrets.YOUR_GITHUB_PAT }}
Expand Down

0 comments on commit c161aff

Please sign in to comment.