diff --git a/.github/workflows/submit-packages.yml b/.github/workflows/submit-packages.yml index 4690cb1..3bb1493 100644 --- a/.github/workflows/submit-packages.yml +++ b/.github/workflows/submit-packages.yml @@ -59,6 +59,11 @@ jobs: with: name: package-manifests-${{ steps.version.outputs.version }} path: dist/packaging + # upload-artifact skips dotfiles unless told otherwise, and the AUR + # needs `aur/.SRCINFO`: without this the Submit job's `cp` fails on a + # file that was generated but never uploaded. Hidden behind the AUR + # key failure until v0.2.0. + include-hidden-files: true submit: name: Submit