Skip to content

Commit bad813c

Browse files
NotStirredCursedFlames
authored andcommitted
Fix uploaded artifact names
1 parent 8f394c1 commit bad813c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradleBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232

3333
- uses: actions/upload-artifact@v4
3434
with:
35-
name: Compiled jars
35+
name: compiled-jars
3636
path: build/libs/*.jar
3737

3838
- name: Upload test report
3939
if: always()
4040
uses: actions/upload-artifact@v4
4141
with:
42-
name: Test reports
42+
name: test-reports
4343
path: build/reports/

.github/workflows/gradleBuildPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
if: always()
3333
uses: actions/upload-artifact@v4
3434
with:
35-
name: Test reports
35+
name: test-reports
3636
path: build/reports/

0 commit comments

Comments
 (0)