If I do the following on a Windows runner, it doesn't find any packages.
- name: π Push packages to Octopus
uses: OctopusDeploy/push-package-action@v4
with:
space: Default
api_key: ${{ secrets.OCTOPUS_API_KEY }}
server: https://octopus.example.com
packages: |
C:\build\output\package.*.nupkg
I need to change the packages input to use forward slashes first.
I think it would be nice if the documentation warned about this. It would be even better if this action supported backslashes