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 cc3295b commit 34ddc86Copy full SHA for 34ddc86
.github/workflows/gradle.yml
@@ -98,15 +98,15 @@ jobs:
98
if: ${{ success() || failure() }}
99
with:
100
name: screenshots
101
- path: build/run/clientGameTest/screenshots
+ path: run/screenshots
102
compression-level: 0
103
104
- name: Upload crash-reports.zip artifact
105
uses: actions/upload-artifact@v4
106
if: ${{ failure() }}
107
108
name: crash-reports
109
- path: build/run/clientGameTest/crash-reports
+ path: run/crash-reports
110
111
- name: Create test screenshot gallery
112
if: ${{ env.IMGUR_CLIENT_ID && (success() || failure()) }}
0 commit comments