From 376cdd92059d558af390792456640beb12faacc5 Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Sun, 11 Jun 2023 05:00:01 -0400 Subject: [PATCH] fix typo in linux --- .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 9d6f0aa8..310b0eba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,7 +145,7 @@ jobs: type: 'zip' filename: 'linux.${{ needs.version.outputs.tag }}.zip' directory: 'install' - path: 'linx' + path: 'linux' - name: Create Linux Tar uses: thedoctor0/zip-release@0.7.1 with: