We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aad60f commit 3a40777Copy full SHA for 3a40777
.github/workflows/build.yml
@@ -31,10 +31,10 @@ jobs:
31
- name: Restore and Build
32
run: |
33
dotnet restore CustomAlbums.sln
34
- dotnet build "/p:MelonNET6=./dependencies;WORKER=GitHub" CustomAlbums.sln
+ dotnet build -c Release "/p:MelonNET6=./dependencies;WORKER=GitHub" CustomAlbums.sln
35
36
- name: Upload Artifact
37
uses: actions/upload-artifact@v4
38
with:
39
name: CustomAlbums.dll
40
- path: ./Output/Debug/CustomAlbums.dll
+ path: ./bin/Release/CustomAlbums.dll
0 commit comments