flathub-infra / flatpak-github-actions

Build your Flatpak application using Github Actions
https://github.com/marketplace/actions/flatpak-builder
MIT License
7 stars 4 forks source link

Upgrade `@actions/cache` dependency and remove workaround #3

Closed darkdragon-001 closed 1 month ago

darkdragon-001 commented 6 months ago

The linked issue has been fixed upstream. Updating to the version containing the fix and removing the workaround.

bbhtt commented 5 months ago

Please run yarn install for flat-manager before running ncc build ./flat-manager/index.js -o ./flat-manager/dist/, it deleted most of the contents.

darkdragon-001 commented 5 months ago

@bbhtt Oops, I restored the original file.

darkdragon-001 commented 1 month ago

@barthalion @bbhtt could you please take a look? Thanks!

bbhtt commented 1 month ago

Seems fine. Workaround was added in https://github.com/flatpak/flatpak-github-actions/pull/149/