From 09f9d034b926c6752a73926f3857441b6b4a27d5 Mon Sep 17 00:00:00 2001 From: SpikeHD <25207995+SpikeHD@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:26:47 -0700 Subject: [PATCH] fix: capital letter binary --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6c6fc25..0af74550 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -210,7 +210,7 @@ jobs: - name: (Linux) Compress build if: matrix.config.platform == 'ubuntu-latest' - run: cd src-tauri/target/${{ matrix.config.target }}/release && tar -czvf dorion.tar.gz dorion updater .portable ./plugins ./themes ./injection ./icons + run: cd src-tauri/target/${{ matrix.config.target }}/release && tar -czvf dorion.tar.gz Dorion updater .portable ./plugins ./themes ./injection ./icons # Windows portable - name: (Windows) Upload portable