Skip to content

Commit 6ef4f30

Browse files
committed
Cut at right position
1 parent ac899e3 commit 6ef4f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/actions/setup_test_action
4242
- name: Set Artifact Name
4343
run: |
44-
echo ${{ matrix.gradle_tasks | cut -d: -f2 }} >> $ARCHIVE_KEY
44+
echo ${{ matrix.gradle_tasks }} | cut -d: -f2 >> $ARCHIVE_KEY
4545
- name: Apply Android licenses
4646
run: ./gradlew ciSdkManagerLicenses
4747
- name: Run Android Instrumented Tests

0 commit comments

Comments
 (0)