omit .dockerbuild artifact

This commit is contained in:
Elio Bischof
2025-07-30 13:00:41 +02:00
parent c41db3f142
commit e27e27a772

View File

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