mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:37:33 +00:00
omit .dockerbuild artifact
This commit is contained in:
2
.github/workflows/compile.yml
vendored
2
.github/workflows/compile.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: executables
|
path: executables
|
||||||
pattern: 'zitadel-*-*.tar.gz'
|
pattern: 'zitadel-*-*'
|
||||||
- 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
|
||||||
|
Reference in New Issue
Block a user