From f42ac4a89ee599f1aaf8f5ce2b4b1ce28319628e Mon Sep 17 00:00:00 2001 From: Timi007 Date: Fri, 6 Sep 2024 22:28:41 +0200 Subject: [PATCH] CI - Fix HEMTT CI artifacts not uploaded (#1345) --- .github/workflows/arma.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) 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]')