Skip to content

Commit

Permalink
Merge branch 'main' into renovate/all
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Dec 20, 2023
2 parents ac9a980 + f5722c6 commit 11e4981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/AlwaysOnKotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
- name: Upload views build outputs (APKs)
uses: actions/upload-artifact@v4
with:
name: build-outputs
name: views-build-outputs
path: ${{ env.SAMPLE_PATH }}/views/build/outputs

- name: Upload views build reports
uses: actions/upload-artifact@v4
with:
name: build-reports
name: views-build-reports
path: ${{ env.SAMPLE_PATH }}/views/build/reports

- name: Upload compose build outputs (APKs)
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Upload views test reports
uses: actions/upload-artifact@v4
with:
name: test-reports
name: views-test-reports
path: ${{ env.SAMPLE_PATH }}/views/build/reports

- name: Upload compose test reports
Expand Down

0 comments on commit 11e4981

Please sign in to comment.