parent
2f24c529e0
commit
577c8e7deb
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: "./Frontend"
|
working-directory: "./Mod"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Download Mod Dependencies
|
- name: Download Mod Dependencies
|
||||||
uses: Goobwabber/download-beatmods-deps@1.2
|
uses: Goobwabber/download-beatmods-deps@1.2
|
||||||
with:
|
with:
|
||||||
manifest: ${{ gitea.workspace }}/Source/manifest.json
|
manifest: ${{ gitea.workspace }}/Mod/manifest.json
|
||||||
- name: Build
|
- name: Build
|
||||||
id: Build
|
id: Build
|
||||||
run: dotnet build --configuration Release
|
run: dotnet build --configuration Release
|
||||||
|
Reference in New Issue
Block a user