netty / netty-incubator-codec-quic

Apache License 2.0
300 stars 70 forks source link

Upload hidden files for staging during release #749

Closed normanmaurer closed 1 week ago

normanmaurer commented 1 week ago

Motivation:

Due a change in the upload action of github we now need to explicit enable the uplaod of hidden files (dot-files). Not doing this breaks our staging workflow which depends on some of these files.

See https://github.com/actions/upload-artifact/issues/602

Modifications:

Explicit set include-hidden-files: true

Result:

Staging works again