You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I ran into this exact issue in the above referenced PR and the workaround I found was source: .. My intuition suggested source key should be optional when the downloaded is the file and not an archive (i.e. unpack in download action is false), but apparently it's required. (Original issue seems to suggest it should be possible to specify the downloaded files name, but that feels like Write Everything Twice (WET) - not Don't Repeat Yourself (DRY).)
In case if a single file is needed the origin is set to the file name.
It is not possible to use the pair
origin
+filename
in other actions.Example:
Ths action sets origin named
uboot
to downloaded file/scratch/u-boot.nitrogen6q
is trying to write file named
/scratch/u-boot.nitrogen6q/u-boot.nitrogen6q
The text was updated successfully, but these errors were encountered: