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

file_glob missing size according to GitHub API #41

Open
MikaelX opened this issue Jan 10, 2021 · 1 comment
Open

file_glob missing size according to GitHub API #41

MikaelX opened this issue Jan 10, 2021 · 1 comment

Comments

@MikaelX
Copy link

MikaelX commented Jan 10, 2021

Hi

Thanks for a great little application, trying to run the file_glob for the first time here and get the following issue which I presume is GitHub API's response:

Validation Failed: {"resource":"ReleaseAsset","code":"custom","field":"size","message":"size is not included in the list"}
image

Here's my steps

steps:
  - name: Upload assets
    uses: svenstaro/upload-release-action@v2
    with:
      repo_token: ${{ secrets.GITHUB_TOKEN }}
      file: build/*
      tag: ${{ github.ref }}
      overwrite: true
      file_glob: true
@lemenkov
Copy link

@MikaelX could be a zero-length file.

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

2 participants