From 75b47b8a7a896ce8a068f2f202a120f2f26fcc37 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 29 Feb 2024 07:17:24 +0100 Subject: [PATCH] .github: adapt to new artifact action behavior No more artifact/ subdirectory with upload/download-artifact v4, artifacts are already in the working directory. Signed-off-by: Joachim Wiberg --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ea1bd8f..85ecebdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: prerelease: true tag: "latest" token: ${{ secrets.GITHUB_TOKEN }} - artifacts: "artifact/*" + artifacts: "*.tar.gz" - name: Summary run: | cat <> $GITHUB_STEP_SUMMARY