Skip to content

Commit e84642b

Browse files
Copilotcobexer
andauthored
Use archive: false for single-file upload in official-images workflow
Agent-Logs-Url: https://github.com/gradle/docker-gradle/sessions/d36c2784-9068-435c-9d87-77bfa5046179 Co-authored-by: cobexer <460721+cobexer@users.noreply.github.com>
1 parent 69868b0 commit e84642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/official-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Archive library file
6060
uses: actions/upload-artifact@v7
6161
with:
62-
name: gradle
6362
path: library-gradle
63+
archive: false
6464
- name: Compare library files
6565
id: compare
6666
run: |

0 commit comments

Comments
 (0)