From dea9c9a943e3557340f630a87721df0e5534b215 Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Mon, 14 Apr 2025 19:45:02 -0500 Subject: [PATCH] fixed artifact upload name --- .github/workflows/wails.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index 42483c1..a50ffe4 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -27,7 +27,7 @@ jobs: - name: 'yellowjacket.exe' platform: 'windows/amd64' os: 'windows-latest' - bin-name: 'yellowjacket.exe' + bin-name: 'yellowjacket' - name: 'yellowjacket' platform: 'darwin/universal' os: 'macos-latest' @@ -63,8 +63,8 @@ jobs: - name: Upload Binaries uses: actions/upload-artifact@v4 with: - name: YellowJacket ${{ runner.os }} - path: ${{ github.workspace }}/build/bin/${{ matrix.build.bin-name }} + name: ${{ matrix.build.bin-name }} + path: ${{ github.workspace }}/build/bin/${{ matrix.build.name }} release: runs-on: ubuntu-latest