mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Fix syntax error in release.yml file (#1411)
Validated this with yamllint.
This commit is contained in:
parent
cd1803e35e
commit
e8a7acb802
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -28,14 +28,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: luau-${{matrix.os.name}}
|
name: luau-${{matrix.os.name}}
|
||||||
path: luau*
|
path: luau*
|
||||||
overwrite: true
|
overwrite: true
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
if: matrix.os.name == 'windows'
|
if: matrix.os.name == 'windows'
|
||||||
with:
|
with:
|
||||||
name: luau-${{matrix.os.name}}
|
name: luau-${{matrix.os.name}}
|
||||||
path: Release\luau*.exe
|
path: Release\luau*.exe
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
web:
|
web:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -58,4 +57,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Luau.Web.js
|
name: Luau.Web.js
|
||||||
path: Luau.Web.js
|
path: Luau.Web.js
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
Loading…
Reference in New Issue
Block a user