From 2ed6a15813600721219ddc504bd40f01a5bb9b36 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Thu, 21 Sep 2023 15:45:36 -0700 Subject: [PATCH] Fix typo in release action (#114) --- .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 90160d464..2dbd5bd37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,4 +35,4 @@ jobs: with: tag_name: ${{ github.event.pull_request.title }} files: | - target/release/maquascope-x86_64-unknown-linux-gnu.tar.gz + target/release/aquascope-x86_64-unknown-linux-gnu.tar.gz