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

[bug] all artifacts are not getting uploaded. #575

Closed
aviralpostman opened this issue Jun 10, 2024 · 0 comments
Closed

[bug] all artifacts are not getting uploaded. #575

aviralpostman opened this issue Jun 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aviralpostman
Copy link

What happened?

I'm trying to upload multiple files as artifacts, but the generated zip only contains a single file.
image

What did you expect to happen?

both the files should have been there in the zip file.

How can we reproduce it?

- name: Upload artifacts
        uses: actions/upload-artifact@v4
        with:
          name: abc
          path: |
            file1.txt
            file2.txt

Upload any 2 files

Anything else we need to know?

No response

What version of the action are you using?

v4

What are your runner environments?

linux

Are you on GitHub Enterprise Server? If so, what version?

No response

@aviralpostman aviralpostman added the bug Something isn't working label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant