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