mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Indentation
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Setup .NET 9
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: "9.0.x"
|
||||
dotnet-version: '9.0.x'
|
||||
- name: Set version
|
||||
run: |
|
||||
echo "${{ needs.set_version.outputs.version }}" > Version
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
- name: Setup .NET 9
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: "9.0.x"
|
||||
dotnet-version: '9.0.x'
|
||||
- name: Set version
|
||||
run: |
|
||||
echo "${{ needs.set_version.outputs.version }}" > Version
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
- name: Setup .NET 9
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: "9.0.x"
|
||||
dotnet-version: '9.0.x'
|
||||
- name: Set version
|
||||
run: |
|
||||
echo "${{ needs.set_version.outputs.version }}" > Version
|
||||
@@ -133,7 +133,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Electron-AppImage
|
||||
path: "build/VRCX_${{ needs.set_version.outputs.version }}.AppImage"
|
||||
path: 'build/VRCX_${{ needs.set_version.outputs.version }}.AppImage'
|
||||
|
||||
build_macos:
|
||||
runs-on: macos-latest
|
||||
@@ -170,7 +170,15 @@ jobs:
|
||||
|
||||
create_setup:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [set_version, build_dotnet_windows, build_dotnet_linux, build_dotnet_macos, build_node, build_macos]
|
||||
needs:
|
||||
[
|
||||
set_version,
|
||||
build_dotnet_windows,
|
||||
build_dotnet_linux,
|
||||
build_dotnet_macos,
|
||||
build_node,
|
||||
build_macos
|
||||
]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user