parent
eab307882e
commit
53f407081e
@ -13,8 +13,8 @@ jobs:
|
|||||||
working-directory: "./Mod"
|
working-directory: "./Mod"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: print working directory contents
|
- name: Change directory
|
||||||
run: ls -la
|
run: cd Mod
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
@ -26,10 +26,10 @@ 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: ./manifest.json
|
manifest: ${{ gitea.workspace }}/Mod/manifest.json
|
||||||
- name: Build
|
- name: Build
|
||||||
id: Build
|
id: Build
|
||||||
run: dotnet build --configuration Release
|
run: dotnet build ScoreTracker.csproj --configuration Release
|
||||||
- name: GitStatus
|
- name: GitStatus
|
||||||
run: git status
|
run: git status
|
||||||
- name: Echo Filename
|
- name: Echo Filename
|
||||||
|
Reference in New Issue
Block a user