omit .dockerbuild artifact

This commit is contained in:
Elio Bischof
2025-07-30 13:05:55 +02:00
parent e27e27a772
commit 838c3fbe9c

View File

@@ -77,7 +77,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: executables
pattern: 'zitadel-*-*.tar.gz'
pattern: 'zitadel-*-*'
- name: move files one folder up
run: mv */*.tar.gz . && find . -type d -empty -delete
working-directory: executables