Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/submit-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading