From 6b33d857db68817cb49ad93d6da4b116a2f9b4d2 Mon Sep 17 00:00:00 2001 From: Marc Boehm Date: Mon, 25 Mar 2024 15:43:32 +0100 Subject: [PATCH] CAPAUT-353 Adjust wf --- .gitea/workflows/publish-docker-springboot.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-docker-springboot.yaml b/.gitea/workflows/publish-docker-springboot.yaml index daea8bb..2c88ac3 100644 --- a/.gitea/workflows/publish-docker-springboot.yaml +++ b/.gitea/workflows/publish-docker-springboot.yaml @@ -17,4 +17,9 @@ jobs: runs-on: docker-ubuntu steps: - name: Checkout source code - uses: actions/checkout@v4 \ No newline at end of file + uses: actions/checkout@v4 + - name: Download build artifacts (dist files) + uses: actions/download-artifact@v3 + with: + name: artifacts-build + path: build/ \ No newline at end of file