From 1b3568797b742ac008f640f8553295db812ddb60 Mon Sep 17 00:00:00 2001 From: Florian Witteler Date: Thu, 7 Jul 2022 15:19:15 +0200 Subject: [PATCH] artifact downloaded to wrong path --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c986dd..8fec395 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/upload-artifact@v3 with: name: docker-dist - path: | + path: | docker-dist/webapp/ docker-dist/fileserver/ @@ -46,6 +46,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: docker-dist + path: docker-dist/ - name: Get the version id: version @@ -84,7 +85,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: docker-dist - + path: docker-dist/ - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}"