Artifact name is not valid: libgtk-3-dev:amd64%Linux-amd64. Contains the following character: Colon :
Basically, a Linux package is of form "package-name:package-arch", e.g. g++:i386. Currently this action doesn't support such packages.
I assume the issue is here
|
name: cache-apt-pkgs-logs%${{ inputs.packages }}%${{ inputs.version }} |
Artifact name is not valid: libgtk-3-dev:amd64%Linux-amd64. Contains the following character: Colon :Basically, a Linux package is of form "package-name:package-arch", e.g. g++:i386. Currently this action doesn't support such packages.
I assume the issue is here
cache-apt-pkgs-action/action.yml
Line 79 in 9b2b4f2