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

[Question]Combined zip file generated instead of individual links #378

Open
bigcat26 opened this issue Aug 10, 2023 · 0 comments
Open

[Question]Combined zip file generated instead of individual links #378

bigcat26 opened this issue Aug 10, 2023 · 0 comments

Comments

@bigcat26
Copy link

Hi, I've use the plugin to create a release for my github project. I wrote the config as follows:

      - name: Release assets
        uses: softprops/action-gh-release@v1
        with:
          name: ${{ env.RELEASE }}
          tag_name: ${{ env.RELEASE }}
          files: artifact/*.zip

There were two zip files in the artifact directory. What I expected was that it would create one download link for each zip file found in the artifact directory. However, only one link was generated, which was a zip file containing all of the original zip files packed together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant