From e0dae5cfb36e9fb5a11840fd1d22f4b9264ba7c6 Mon Sep 17 00:00:00 2001 From: Az-r-ow Date: Sat, 9 Mar 2024 21:39:05 +0100 Subject: [PATCH] fix: type in merge artifact --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 456ba9c..8aae523 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,9 +58,7 @@ jobs: with: pattern: so-file-* path: ${{ env.BUILD_DIR }} - merge_multiple: true - - - run: ls -R ${{ env.BUILD_DIR }} + merge-multiple: true - name: Create Release uses: marvinpinto/action-automatic-releases@latest