chore: add assets to releases (#6346)

* chore: change pipeline to add assets to the release
This commit is contained in:
Stefan Benz
2023-08-11 14:49:28 +02:00
committed by GitHub
parent 4123ab7ba7
commit 77e561af72
5 changed files with 47 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ jobs:
-
name: Unpack executable
run: |
tar -xvf .artifacts/zitadel-linux-amd64.tar
tar -xvf .artifacts/zitadel-linux-amd64.tar.gz
mv zitadel-linux-amd64/zitadel ./zitadel
-
name: Set up QEMU