diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4341a7..e80d9b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,14 +18,6 @@ jobs: run: | MSBuild "winmm\winmm.sln" /t:Build /p:Configuration=Release /p:OutDir="${{ github.workspace }}/build/" /p:Platform=x64 shell: cmd - - name: build_flight_mod - run: | - MSBuild "flight_mod\flight_mod.sln" /t:Build /p:Configuration=Release /p:OutDir="${{ github.workspace }}/build/mods/" /p:Platform=x64 - shell: cmd - - name: build_basics_mod - run: | - MSBuild "basics_mod\basics_mod.sln" /t:Build /p:Configuration=Release /p:OutDir="${{ github.workspace }}/build/mods/" /p:Platform=x64 - shell: cmd - name: upload uses: actions/upload-artifact@v4 with: