Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Jun 7, 2024
1 parent f621b2d commit 2e95c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew executeScreenshotTests -PdirectorySuffix=Api${{ matrix.api-level }} -Precord
script: ./gradlew executeScreenshotTests -PdirectorySuffix=Api${{ matrix.api-level }}-${{ matrix.target }} -Precord

- name: Upload screenshots in an artifact
uses: actions/upload-artifact@v4
with:
name: Api${{ matrix.api-level }}
path: sample/screenshots/debug/Api${{ matrix.api-level }}
path: sample/screenshots/debug/Api$${{ matrix.api-level }}-${{ matrix.target }}
retention-days: 1

0 comments on commit 2e95c39

Please sign in to comment.