canonical / pebble

Take control of your internal daemons!
https://canonical-pebble.readthedocs-hosted.com/
GNU General Public License v3.0
143 stars 54 forks source link

fix(snap): ensure snaps are from current run #338

Closed cjdcordeiro closed 9 months ago

cjdcordeiro commented 9 months ago

The GitHub action used to download the snap artefacts was pulling the snaps from the previous workflow run instead of the current one. This commit changes the GitHub action and pulls all the snaps at the same time.

Example of a successful run: https://github.com/cjdcordeiro/pebble/actions/runs/7044673222