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
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