Skip to content

Commit

Permalink
fix package path issue attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
daveboster committed Nov 24, 2023
1 parent 944d52c commit c8f476c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tasks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Push package to GitHub packages
shell: pwsh
run: |
dotnet nuget push ${{ needs.build.outputs.zip_package_artifact }} --api-key ${{ secrets.PACKAGE_TOKEN }} --source "github"
dotnet nuget push ./packaging/${{ needs.build.outputs.zip_package_artifact }} --api-key ${{ secrets.PACKAGE_TOKEN }} --source "github"
# tests_e2e:
# uses: ./.github/workflows/tests-e2e-playwright.yml

0 comments on commit c8f476c

Please sign in to comment.