From bbb6eb5660960c0cc706f32e55c3bec79a150d94 Mon Sep 17 00:00:00 2001 From: Vincent Paturet Date: Tue, 10 Dec 2024 18:02:07 +0100 Subject: [PATCH] Fix GitHub Action configuration --- .github/workflows/push.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d0d030d98..713711fd2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -69,7 +69,9 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4.4.3 with: - path: target + path: + - target + - chouette_iev/target docker-build: if: github.repository_owner == 'entur' && github.event_name == 'push' && github.ref == 'refs/heads/rutebanken_develop'