From c9e3f210525ae40e52ccf8c59e0a3c012eff36da Mon Sep 17 00:00:00 2001 From: sunghwan_jeon Date: Mon, 7 Oct 2024 15:20:28 +0900 Subject: [PATCH] fix file extender --- .github/workflows/test-OSW.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-OSW.yml b/.github/workflows/test-OSW.yml index 7cd461307..4322f6085 100644 --- a/.github/workflows/test-OSW.yml +++ b/.github/workflows/test-OSW.yml @@ -98,12 +98,12 @@ jobs: steps: - uses: actions/download-artifact@v3 with: - pattern: "*.zip" + pattern: "*.bin" merge-multiple: true - name: Create release and upload firmware to it uses: softprops/action-gh-release@v2 with: - files: "*.zip" + files: "*.bin" draft: true prerelease: true generate_release_notes: true