Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Multiple/wildcard upload #21

Description

@slonopotamus

Is it possible to upload multiple files in one go?

My project produces several .deb files, all of them need to be published.

Ideally, I'd like to do something like

    steps:
      - name: Publish to Cloudsmith.io
        uses: cloudsmith-io/action@master
        with:
          command: "push"
          format: "deb"
          <snip>
          file: "build/*.deb"

Even if multiple files are not supported, it is still not clear how to specify file when file name is dynamically generated (like, it contains version number in its name).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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