Skip to content

Commit a9d1bdd

Browse files
committed
Name upload step
1 parent b602beb commit a9d1bdd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-client.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ jobs:
100100
run: |
101101
if [ -d ./extensions/ ] ; then cp -r extensions/. ${{ env.go_module }}/ ; fi
102102
ls -l ${{ env.go_module }}/*
103-
- uses: actions/upload-artifact@v4
103+
- name: Upload extensions
104+
uses: actions/upload-artifact@v4
104105
with:
105106
name: extensions
106107
path: extensions/

0 commit comments

Comments
 (0)