ci
Some checks failed
Release Mod / Build (push) Failing after 3s

This commit is contained in:
Lee 2024-08-07 05:36:10 +01:00
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