Skip to content

feature request: download zip artefacts as .zip, not .zip.zip #26223

Answered by BrightRan
tombrus asked this question in Actions
Discussion options

You must be logged in to vote

When using the action  actions/upload-artifact to upload artifacts, the action will automatically package the files in the specific path  (can be a directory path or a file path) as a ZIP and names the ZIP with the specific name (artifact name).

I checked your workflow configurations, and found:

- name: "publish action-artifact zip"
        uses: actions/upload-artifact@v1
        with:
          name: DclareForMPS.zip
          path: build/artifacts/DclareForMPS/DclareForMPS.zip

There are 2 questions in your workflow about this:

  1. You have set the artifact name as DclareForMPS.zip , so the artifact will be zipped as DclareForMPS.zip.zip.

  2. Before upload the artifact, you have zipped the…

Replies: 7 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@brianjmurrell
Comment options

Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment