Skip to content

current version does not match any files issue, previous version is okay #416

Description

@qwerttvv

The current version of https://github.com/softprops/action-gh-release/tree/20e085ccc73308c2c8e43ab8da4f8d7ecbb94d4e reports an error and then exits

Error: ⚠️ Pattern 'bin/ packages/x86_64/packages_ci/*ipk' does not match any files.

Instead of uploading the rest of the matched files, it just exits.

The previous version https://github.com/softprops/action-gh-release/tree/975c1b265e11dd76618af1c374e7981f9a6ff44a would skip the non-existing files and folders and continue to upload the matching files

🤔 Pattern 'bin/packages/x86_64/packages_ci/*ipk' does not match any files.
👩‍🏭 Creating new GitHub release for tag 2024.03.09-03.43_sm-x86_64...
⬆️ Uploading sm-x86_64-static.zip...
⬆️ Uploading sm-x86_64.zip...

yml looks like this

files: |
sm*.zip
bin/packages/${{ matrix.arch }}/packages_ci/*ipk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions