From 2b5e5dff60444c27e163d3459635552a468ea6db Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Mon, 14 Apr 2025 19:52:05 -0500 Subject: [PATCH] fixed upload artifact name again --- .github/workflows/wails.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index a50ffe4..1a9e0b2 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -24,10 +24,10 @@ jobs: platform: 'linux/amd64' os: 'ubuntu-latest' bin-name: 'yellowjacket' - - name: 'yellowjacket.exe' + - name: 'yellowjacket' platform: 'windows/amd64' os: 'windows-latest' - bin-name: 'yellowjacket' + bin-name: 'yellowjacket.exe' - name: 'yellowjacket' platform: 'darwin/universal' os: 'macos-latest' @@ -74,6 +74,7 @@ jobs: uses: actions/download-artifact@v4 with: path: ${{ github.workspace }}/bin + - run: rm ${{ github.workspace }}/bin/yellowjacket.app.zip - name: Release uses: softprops/action-gh-release@v2 if: github.ref_type == 'tag' @@ -90,5 +91,5 @@ jobs: - Linux: `yellowjacket` - Windows: `yellowjacket.exe` - - MacOS: `yellowjacket.app.zip` + - MacOS: `yellowjacket.app` files: ${{ github.workspace }}/bin/*