From cff27dd94e1c257eacc11b675b1a8f4dac7f729d Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Mon, 14 Apr 2025 21:06:16 -0500 Subject: [PATCH] lets put all artifacts in the same directory --- .github/workflows/wails.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index bac4241..b2bdd77 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -76,6 +76,7 @@ jobs: - name: Download Artifacts uses: actions/download-artifact@v4 with: + merge-multiple: true path: ${{ github.workspace }}/bin - name: Release uses: softprops/action-gh-release@v2 @@ -94,4 +95,4 @@ jobs: - Linux: `yellowjacket` - Windows: `yellowjacket.exe` - MacOS: `yellowjacket.app` - files: ${{ github.workspace }}/bin/*/* + files: ${{ github.workspace }}/bin/*