From ca8541469cfdd7145c10a9ec7b155d9c202f0dfb Mon Sep 17 00:00:00 2001 From: Xavier Mitault Date: Tue, 31 Oct 2023 15:18:48 +0000 Subject: [PATCH] ECS: Fix yaml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9039b21..c5bafa9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: - name: Create tar run: ./scripts/generate-all.sh - # B-luga +# B-luga - name: [B-luga] Upload To Release if: github.ref == 'refs/heads/main' @@ -112,7 +112,7 @@ jobs: name: b-luga.tar path: ./libs/B-luga/b-luga.tar - # B-luga-graphics +# B-luga-graphics - name: [B-luga-graphics] Upload To Release if: github.ref == 'refs/heads/main' @@ -128,7 +128,7 @@ jobs: name: b-luga-graphics.tar path: ./libs/B-luga-graphics/b-luga-graphics.tar - # B-luga-physics +# B-luga-physics - name: [B-luga-physics] Upload To Release if: github.ref == 'refs/heads/main'