I have a workflow where I use action-build and action-publish twice in a row.
From the logs of a CI failure I can see that the second time I build the snap, it is building the right thing (Packed nushell_0.99.0_amd64.snap), but when I used the .outpus.snap value to run the snap or when the publish action attempts to publish it, it is using the previously built snap:
I have a workflow where I use
action-build
andaction-publish
twice in a row.From the logs of a CI failure I can see that the second time I build the snap, it is building the right thing (
Packed nushell_0.99.0_amd64.snap
), but when I used the.outpus.snap
value to run the snap or when the publish action attempts to publish it, it is using the previously built snap:It seems like consecutive calls to the action do not overwrite previous values..?