From e8a7acb8023d3fa30d7d6c0fbbe6fb98faae49a1 Mon Sep 17 00:00:00 2001 From: Vighnesh-V Date: Fri, 13 Sep 2024 13:26:35 -0700 Subject: [PATCH] Fix syntax error in release.yml file (#1411) Validated this with yamllint. --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1024728c3..5e18eb68f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,14 +28,13 @@ jobs: with: name: luau-${{matrix.os.name}} path: luau* - overwrite: true + overwrite: true - uses: actions/upload-artifact@v4 if: matrix.os.name == 'windows' with: name: luau-${{matrix.os.name}} path: Release\luau*.exe - overwrite: true - + overwrite: true web: runs-on: ubuntu-latest steps: @@ -58,4 +57,4 @@ jobs: with: name: Luau.Web.js path: Luau.Web.js - overwrite: true + overwrite: true