Skip to content

Commit 34ddc86

Browse files
Fix paths for artifact uploads
1 parent cc3295b commit 34ddc86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ jobs:
9898
if: ${{ success() || failure() }}
9999
with:
100100
name: screenshots
101-
path: build/run/clientGameTest/screenshots
101+
path: run/screenshots
102102
compression-level: 0
103103

104104
- name: Upload crash-reports.zip artifact
105105
uses: actions/upload-artifact@v4
106106
if: ${{ failure() }}
107107
with:
108108
name: crash-reports
109-
path: build/run/clientGameTest/crash-reports
109+
path: run/crash-reports
110110

111111
- name: Create test screenshot gallery
112112
if: ${{ env.IMGUR_CLIENT_ID && (success() || failure()) }}

0 commit comments

Comments
 (0)