Skip to content

Commit

Permalink
Conditional listing of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
erskingardner committed Jan 11, 2025
1 parent c8ec9a7 commit f8b3220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ jobs:
' sh {} \;
- name: List Android artifacts
if: matrix.android
run: |
find android-artifacts/* -type f
Expand Down Expand Up @@ -324,6 +325,7 @@ jobs:
fi
- name: List desktop artifacts
if: ${{ !matrix.android }}
run: |
find desktop-artifacts/* -type f
Expand Down

0 comments on commit f8b3220

Please sign in to comment.