Skip to content

Commit

Permalink
Fix syntax error in release.yml file (#1411)
Browse files Browse the repository at this point in the history
Validated this with yamllint.
  • Loading branch information
Vighnesh-V committed Sep 13, 2024
1 parent cd1803e commit e8a7acb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -58,4 +57,4 @@ jobs:
with:
name: Luau.Web.js
path: Luau.Web.js
overwrite: true
overwrite: true

0 comments on commit e8a7acb

Please sign in to comment.