From ab5f8e568f56ec3ef1e5b29339bd69a28e8cbdf8 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 29 Apr 2025 15:40:58 -0400 Subject: [PATCH] Only upload artifacts for Windows The Linux version built on the CI isn't portable really, it's better to use the Flatpak version instead. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b40f76..dcf6c8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -312,6 +312,7 @@ jobs: - name: Archive artifacts uses: actions/upload-artifact@v4 + if: runner.os == 'Windows' with: name: ${{ runner.os }}-package path: ${{ steps.strings.outputs.build-output-dir }}/bin