From fac9e7242f06a772a5c75e32ff7ca650f7402207 Mon Sep 17 00:00:00 2001 From: axherrm Date: Sat, 24 Feb 2024 21:34:48 +0100 Subject: [PATCH] add integration for All-in-one --- .github/workflows/on-core-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-core-release.yml b/.github/workflows/on-core-release.yml index 07d342f..1bedd6d 100644 --- a/.github/workflows/on-core-release.yml +++ b/.github/workflows/on-core-release.yml @@ -45,4 +45,4 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: ${{ github.event.client_payload.version }} - files: CV.html + files: core/single-dist/CV.html