From 683be94281872b8d748b09b7c7a5084b9dbc669f Mon Sep 17 00:00:00 2001 From: Lasith Koswatta Gamage Date: Tue, 31 Oct 2023 12:54:00 +1100 Subject: [PATCH] (feat): Does it work --- .github/workflows/build-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 72a6ab3..029aade 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -43,6 +43,8 @@ jobs: - uses: actions/checkout@v4 - name: Download all workflow run artifacts uses: actions/download-artifact@v3 + with: + path: . - id: version name: Get next version uses: reecetech/version-increment@2023.9.3