help for a correct artifacts filter

lsmgeb89's Avatar

lsmgeb89

30 Oct, 2015 07:54 AM

I have two artifacts whose path are C:\dev\build\x86\bin\min\a.zip and C:\dev\build\x64\bin\min\b.zip
I have written a config in the deploy section:
artifact: C:\dev\build\x86\bin\min\*.zip,C:\dev\build\x64\bin\min\*.zip
But I get the error message below:
No artifacts were published. Make sure you have specified correct artifacts filter.
How could I correct the config? Thanks!

  1. Support Staff 1 Posted by Feodor Fitsner on 30 Oct, 2015 01:39 PM

    Feodor Fitsner's Avatar

    For declarative packaging to work artifacts should be in a build folder and those paths must be relative. Otherwise you script to upload artifacts: http://www.appveyor.com/docs/packaging-artifacts

    - Feodor

  2. 2 Posted by lsmgeb89 on 30 Oct, 2015 03:33 PM

    lsmgeb89's Avatar

    Thanks for reply.
    I have an another question.

    I have config "appveyor_repo_tag: true" on the deploy section.
    But I get a warning in the build log.
    Skip "GitHub" deployment as environment variable has not matched ("appveyor_repo_tag" is "false", should be "true")

    I have done three things on my repo and I can see a tag on the GitHub after I push.
    Why it can not trigger Appveyor to upload the artifacts to GitHub?

    git commit -m "some stuff"
    git tag -a v1.0 -m "v1.0"
    git push origin master --follow-tags

    Thanks!

  3. Support Staff 3 Posted by Feodor Fitsner on 30 Oct, 2015 05:14 PM

    Feodor Fitsner's Avatar

    It depends on what is being sent by GitHub in webhooks. Check "Recent deliveries" for tag pushes on webhook settings screen on GitHub.

  4. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:01 AM.

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