Skip to content
  • trop[bot]'s avatar
    build: rebuild the `dist_zip`s when the deps get modified (#32819) · c0ea40e7
    trop[bot] authored
    
    
    * build: rebuild the dist_zips when the deps get modified
    
    The dist.zip generated by the electron_dist_zip action was not getting
    updated when changes were being made to the dependencies, like the
    source files. It turns out, we were using data_deps for the dependencies
    instead of deps. Here is the difference:
    
    data_deps: things needed to ultimately run the thing built by a target
    deps: things needed to build the target
    
    So the difference in treatment of both sets of dependencies is actually
    intentional.
    
    Signed-off-by: default avatarDarshan Sen <raisinten@gmail.com>
    
    * fixup! build: rebuild the dist_zips when the deps get modified
    
    Signed-off-by: default avatarDarshan Sen <raisinten@gmail.com>
    
    Co-authored-by: default avatarDarshan Sen <raisinten@gmail.com>
    c0ea40e7