Skip to content

Commit e45384c

Browse files
Update build.yml
1 parent ad07b63 commit e45384c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108

109109
- name: Build
110-
run: dotnet build -c Release -p:BloonsTD6="../${{ env.BLOONSTD6 }}" "${{ env.PROJECT_NAME }}/${{ env.PROJECT_NAME }}/${{ env.PROJECT_NAME }}.csproj"
110+
run: dotnet build -c Release -p:BloonsTD6="../../${{ env.BLOONSTD6 }}" "${{ env.PROJECT_NAME }}/${{ env.PROJECT_NAME }}/${{ env.PROJECT_NAME }}.csproj"
111111

112112

113113
- name: Upload Mod DLL

0 commit comments

Comments
 (0)