From 4086beef7ba38fa458e8bb3f44b488066f2dcf64 Mon Sep 17 00:00:00 2001 From: Jacob Helwig Date: Wed, 25 Jan 2023 14:55:10 -0800 Subject: [PATCH] Fix typo in release GitHub Action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b42db41b..b97ab434 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Download Linux binary uses: actions/download-artifact@v3.0.2 with: - name: app_ubuntu-latest-app + name: app_ubuntu-latest path: app/ubuntu - name: Create Linux Release Artifact run: |