keymanapp / status.keyman.com

https://status.keyman.com/
0 stars 0 forks source link

fix: Adjust for changed Linux artifact names #422

Closed ermshiperete closed 4 months ago

ermshiperete commented 4 months ago

keymanapp/keyman#10577 upgraded upload-artifact to v4 which caused a change in the name of artifacts. Also we now have a different artifact for each distribution. This change adjust for the name names.

Fixes keymanapp/keyman#10602.

mcdurdin commented 4 months ago

Are there any copy functions for uploading to downloads.keyman.com that are impacted by this? Any scripts which depend on the names of files? We don't want to change our file layout on the downloads server without careful planning.

ermshiperete commented 4 months ago

Are there any copy functions for uploading to downloads.keyman.com that are impacted by this? Any scripts which depend on the names of files? We don't want to change our file layout on the downloads server without careful planning.

I don't think that uploading to downloads.keyman.com is affected - those artifacts are only used by the deb-packaging GHA.

mcdurdin commented 4 months ago

thx