mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
fix syntax error in yaml
This commit is contained in:
parent
bbc5d894a5
commit
8d35a50f3c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -28,13 +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
|
||||||
|
@ -58,4 +58,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…
Add table
Reference in a new issue