From e4e6676ded34834c15efc0054e05c0d57525270f Mon Sep 17 00:00:00 2001 From: axherrm Date: Sat, 24 Feb 2024 21:34:36 +0100 Subject: [PATCH] add integration for All-in-one --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37d465c..c462947 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/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