Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option To Download CI Artifacts In Web UI #26981

Closed
TheBrokenRail opened this issue Sep 8, 2023 · 1 comment
Closed

Option To Download CI Artifacts In Web UI #26981

TheBrokenRail opened this issue Sep 8, 2023 · 1 comment
Labels
topic/gitea-actions related to the actions of Gitea type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@TheBrokenRail
Copy link
Contributor

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.)

Screenshots

Screenshot 2023-09-08 at 16-50-03 minecraft-pi-reborn

@TheBrokenRail TheBrokenRail added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Sep 8, 2023
@techknowlogick techknowlogick added the topic/gitea-actions related to the actions of Gitea label Sep 8, 2023
@fuxiaohei
Copy link
Contributor

Multi files artifacts uploading is supported in #24874 in v1.21. It provides correct ui to download artifacts.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/gitea-actions related to the actions of Gitea type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

3 participants