idris-lang / Idris2

A purely functional programming language with first class types
https://idris-lang.org/
Other
2.53k stars 378 forks source link

include hidden files in artifact #3382

Closed mattpolzin closed 2 months ago

mattpolzin commented 2 months ago

Description

This fixes recent CI failures after GitHub stopped including hidden files in artifact uploads by default. The Idris2 compiler gets installed into one such hidden folder, so we need to include them.

Should this change go in the CHANGELOG?