diff --git a/.github/workflows/arma.yml b/.github/workflows/arma.yml index af038e479..f3b1c5c1c 100644 --- a/.github/workflows/arma.yml +++ b/.github/workflows/arma.yml @@ -50,3 +50,4 @@ jobs: with: name: acre2-${{ github.sha }}-nobin path: .hemttout/@* + include-hidden-files: true # Because .hemttout is a hidden directory diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b89a4a8e1..ad207c6af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,7 @@ jobs: name: acre2 path: .hemttout/@* retention-days: 1 + include-hidden-files: true # Because .hemttout is a hidden directory compile: if: github.repository == 'IDI-Systems/acre2' && ! contains(github.event.head_commit.message, '[ci skip]')