Skip to content

Glob expressions when combined with backslashes can't find packagesΒ #547

@Izzy-Irvine

Description

@Izzy-Irvine

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions