jamulussoftware / jamuluswebsite

This is the GitHub Pages repository for the Jamulus main website. For the jamulus application source code, please visit jamulussoftware/jamulus.
https://jamulus.io
GNU Lesser General Public License v2.1
15 stars 81 forks source link

Use ${{ hashFiles('...','...') }} for Po4a cache #882

Open ann0see opened 1 year ago

ann0see commented 1 year ago

As #873 was merged, I hinted to the fact that we should improve how the cache keys are named. We should use a similar approach like in the main repo. Autobuild has e.g. ${{ hashFiles('.github/workflows/autobuild.yml', '.github/autobuild/mac.sh', 'mac/deploy_mac.sh') }}

I'd assume we can also use something like that but with a reference (how? Probably hashing the file where the url is encoded is enough) to the po4a deb.

pljones commented 1 year ago

I'm moving this to Triage and removing the milestone as no one is assigned to get it done.