We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac899e3 commit 6ef4f30Copy full SHA for 6ef4f30
.github/workflows/pull_request.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: ./.github/actions/setup_test_action
42
- name: Set Artifact Name
43
run: |
44
- echo ${{ matrix.gradle_tasks | cut -d: -f2 }} >> $ARCHIVE_KEY
+ echo ${{ matrix.gradle_tasks }} | cut -d: -f2 >> $ARCHIVE_KEY
45
- name: Apply Android licenses
46
run: ./gradlew ciSdkManagerLicenses
47
- name: Run Android Instrumented Tests
0 commit comments