We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30124e commit 449d4fbCopy full SHA for 449d4fb
1 file changed
.github/workflows/update-client.yml
@@ -100,6 +100,11 @@ jobs:
100
run: |
101
if [ -d ./extensions/ ] ; then cp -r extensions/. ${{ env.go_module }}/ ; fi
102
ls -l ${{ env.go_module }}/*
103
+ - uses: actions/upload-artifact@v4
104
+ with:
105
+ name: extensions
106
+ path: extensions/
107
+ retention-days: 1
108
- name: License files
109
110
cd-license-files
0 commit comments