Skip to content

Clearly I'm doing something wrong - I'm getting a glob error that by no means makes sense to me. #115

Discussion options

You must be logged in to vote

I was this close to having a stroke while I tried to find a Bohrbug your workflow has fallen victim to :D

At first glance, everything appears fine, like everything should work. The same goes for the second, third, and all the subsequent glances. However, thankfully, I decided to replace your ls with ls -l, and the issue suddenly became painfully obvious:

These are not files. These are all directories :D

It seems that dawidd6/action-download-artifact, which you use, doesn't extract archives in place. Instead, it places their contents in a directory with the same name as the base name of the archive in question. So, for example, instead of:

files: |
  AdvancedBackups-forge-1.7.10-${{ steps…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@HeatherComputer
Comment options

@Kir-Antipov
Comment options

@HeatherComputer
Comment options

@Kir-Antipov
Comment options

@HeatherComputer
Comment options

Answer selected by HeatherComputer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants