Artifact
Hello,
I need to upload 2 files on github for average 1.2 Go. But appveyor blocks, I have a message that explain that I have exceeded my 1 Go quota space for the artifacts.
There is a way to upload directly files on Github without use appeyor artifacts ?
I use the following code :
artifacts:
- path: myartifact-*.zip
name: myartifact
deploy:
- provider: GitHub
name: tag
auth_token:
secure: mytoken
artifact: myartifact
draft: false
prerelease: false
force_update: true
on:
appveyor_repo_tag: true
<pre><code>
Thank you</code>
</pre>
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Owen McDonnell on 28 Jul, 2018 09:12 PM
Can you link to the build for which this is happening.
2 Posted by GigiX on 28 Jul, 2018 10:18 PM
This build failed because the quota is reached, if I remove one of the 2 artifacts, it works.
Regards,
Support Staff 3 Posted by Owen McDonnell on 29 Jul, 2018 04:02 AM
It was not a problem with artifact size but rather one for outgoing network traffic, which was limited to 2Gb.
I increased your quota for that to 4Gb. Let me know if that resolves this issue for you.
4 Posted by GigiX on 29 Jul, 2018 09:38 AM
Thank you but now it's impossible to start a new build. I try manually to start a new one by the web interface and I have the following message :
There was an error while trying to complete the current operation. Please contact AppVeyor support.
5 Posted by Ilya Finkelshte... on 29 Jul, 2018 10:05 AM
Please try now.
6 Posted by GigiX on 29 Jul, 2018 05:33 PM
It works !
Thank you very much for your help :)
Ilya Finkelshteyn closed this discussion on 27 Aug, 2018 06:22 PM.