reg-suit icon indicating copy to clipboard operation
reg-suit copied to clipboard

Plugin using Github Artifacts for storage

Open jacobrask opened this issue 5 years ago • 3 comments

Is your feature request related to a problem? Please describe.

Would a plugin to use Github Artifacts for storage instead of external services make sense?

Describe the solution you'd like

Artifacts can be uploaded in each workflow run using actions/upload-artifact, and downloaded by:

jacobrask avatar Feb 09 '20 19:02 jacobrask

We’re considering some solutions using GitHub artifacts. There’re some technical issues, but we want to provide something gh action, which does not need installing external storages.

Quramy avatar Feb 10 '20 00:02 Quramy

There’re some technical issues, but we want to provide something gh action, which does not need installing external storages.

ohh that sounds perfect.

would it be possible to post image differences directly into the github PR comment, so one would see the differences directly within the PR without the need to check an external website?

staabm avatar Mar 14 '20 18:03 staabm

@staabm I think GH will always ZIP uploaded artifacts, so it's not possible to use their storage service for viewing HTML.

From About Workflow Artifacts:

Artifacts are uploaded during a workflow run, and you can view an artifact's name and size in the UI. When an artifact is downloaded using the GitHub UI, all files that were individually uploaded as part of the artifact get zipped together into a single file. This means that billing is calculated based on the size of the uploaded artifact and not the size of the zip file.

langri-sha avatar Dec 28 '20 12:12 langri-sha