From 59aff369d872f4f74835ef2ba3eee2fe475a9cf7 Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Mon, 14 Apr 2025 19:33:04 -0500 Subject: [PATCH] fixing upload and download --- .github/workflows/wails.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index e50b0a4..42483c1 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -72,6 +72,8 @@ jobs: steps: - name: Download Artifacts uses: actions/download-artifact@v4 + with: + path: ${{ github.workspace }}/bin - name: Release uses: softprops/action-gh-release@v2 if: github.ref_type == 'tag' @@ -89,4 +91,4 @@ jobs: - Linux: `yellowjacket` - Windows: `yellowjacket.exe` - MacOS: `yellowjacket.app.zip` - files: ${{ github.workspace }}/yellowjacket* + files: ${{ github.workspace }}/bin/*