someodd / bore

Build (and serve) gopherholes
gopher://gopher.someodd.zip/
GNU General Public License v3.0
1 stars 0 forks source link

Working release cache #1

Open someodd opened 2 weeks ago

someodd commented 2 weeks ago

Caching isn't working right at all for GitHub Actions release action.

https://github.com/someodd/bore/actions/runs/11213074138/job/31165363216

someodd commented 2 weeks ago

i think now it just needs to target the stack lock file instead of the stack file because of the version change being in the stack file?

someodd commented 2 weeks ago

package.yaml can't be hashed in its entirety due to the version changing on release. the solution is to just hash a part of the file.

someodd commented 2 weeks ago

the new cache key isn't working, i think

someodd commented 2 days ago

https://github.com/haskell-actions/setup

Even gives a better example of cache key.

someodd commented 1 day ago

Caching should be a part of a separate step in the release process.