You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
renovate/cliwrap-3.x
renovate/muno92-resharper_inspectcode-1.x
renovate/jetbrains.resharper.globaltools-2024.x
renovate/dotnet-monorepo
renovate/actions-download-artifact-4.x
snyk
upgrade-stj
master
renovate/actions-upload-artifact-4.x
renovate/docker-dockerfile-1.x
make-tests-fixtures-internal
chain-of-responsibility
user-defined-cfs
custom-format-groups
qodana
docker-retention
integration-tests
refit
json-serializing-nullable-fields-issue
commitlint
gui
recyclarr
v7.4.1
v7.4.0
v7.3.0
v7.2.4
v7.2.3
v7.2.2
v7.2.1
v7.2.0
v7.1.1
v7.1.0
v7.0.0
v6.0.2
v6.0.1
v6.0.0
v5.4.3
v5.4.2
v5.4.1
v5.4.0
v5.3.1
v5.3.0
v5.2.1
v5.2.0
v5.1.1
v5.1.0
v5.0.3
v5.0.2
v5.0.1
v5.0.0
v4.4.1
v4.4.0
v4.3.0
v4.2.0
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.2
v4.0.1
v4.0.0
v3.1.0
v3.0.0
v2.6.1
v2.6.0
v2.5.0
v2.4.1
v2.4.0
v2.3.1
v2.3.0
v2.2.1
v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
v1.8.2
v1.8.1
v1.8.0
v1.7.0
v1.6.6
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.1
v1.5.0
v1.4.2
v1.4.1
v1.4.0
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.0
v0.1.0
${ noResults }
The Apple Signing step grabs an existing artifact, signs the binaries, and then re-uploads the artifact, replacing the original one. The upgrade to v4 of the `actions/upload-artifact` action broke this behavior due to a breaking change documented in [the release notes][1]: > Due to how Artifacts are created in this new version, it is no longer > possible to upload to the same named Artifact multiple times. You must > either split the uploads into multiple Artifacts with different names, > or only upload once. Otherwise you will encounter an error. The fix is to use the `overwrite: true` setting to force the old behavior of replacing the previous (unsigned) artifact. [1]: https://github.com/actions/upload-artifact/blob/main/README.md#breaking-changes |
1 year ago | |
---|---|---|
.. | ||
action.yml | ci: Fix error while re-uploading signed artifacts | 1 year ago |