Fix syntax error in release.yml file (#1411)

Validated this with yamllint.
This commit is contained in:
Vighnesh-V 2024-09-13 13:26:35 -07:00 committed by GitHub
parent cd1803e35e
commit e8a7acb802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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