Closed
Description
Feature Description
It would be awesome if you could download CI artifacts from the web UI.
I have been trying to setup a Gitea Actions workflow and it seems to be working. But despite saying that Artifacts have been uploaded, there is nowhere within the UI to download them.
Artifact Upload Log:
With the provided path, there will be 6 files uploaded
Starting artifact upload
For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
Artifact name is valid!
Container for artifact "artifact" successfully created. Starting upload of file(s)
Total file count: 6 ---- Processed file #0 (0.0%)
Uploaded /workspace/minecraft-pi-reborn/minecraft-pi-reborn/out/minecraft-pi-reborn-client-2.4.8-amd64.AppImage (94.5%) bytes 0:8388607
Uploaded /workspace/minecraft-pi-reborn/minecraft-pi-reborn/out/minecraft-pi-reborn-client-2.4.8-amd64.AppImage (100.0%) bytes 8388608:8874636
Total file count: 6 ---- Processed file #3 (50.0%)
Total file count: 6 ---- Processed file #3 (50.0%)
Total size of all the files uploaded is 37805249 bytes
File upload process has finished. Finalizing the artifact upload
Artifact has been finalized. All files have been successfully uploaded!
The raw size of all the files that were specified for upload is 38931096 bytes
The size of all the files that were uploaded is 37805249 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads
Artifact artifact has been successfully uploaded!
Relevant Part Of Workflow:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
path: ./out/**/*.AppImage
Gitea Version: 1.20.4
(I'm assuming that the artifacts are uploading correctly and this is a feature request for the UI, but I don't actually know that for sure.)