Skip to content

Commit

Permalink
again fixed github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
s0t7x committed Oct 10, 2024
1 parent 5fb0f13 commit f879361
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f879361

Please sign in to comment.