From f8b3220fdffa2328fba815a2d202ad61e4c1100b Mon Sep 17 00:00:00 2001 From: Jeff Gardner <202880+erskingardner@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:20:56 -0600 Subject: [PATCH] Conditional listing of artifacts --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c81bd00..67280df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -267,6 +267,7 @@ jobs: ' sh {} \; - name: List Android artifacts + if: matrix.android run: | find android-artifacts/* -type f @@ -324,6 +325,7 @@ jobs: fi - name: List desktop artifacts + if: ${{ !matrix.android }} run: | find desktop-artifacts/* -type f