Skip to content

Commit

Permalink
ECS: Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Oct 31, 2023
1 parent 8922221 commit ca85414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit ca85414

Please sign in to comment.