Skip to content

Commit

Permalink
Update MP_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nbc66 authored Nov 3, 2024
1 parent d6ff6ed commit 5414623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MP_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Configure dependencies
uses: ilammy/msvc-dev-cmd@v4.4.3
uses: ilammy/msvc-dev-cmd@v1

- name: Create project
run: cd mp/src;devtools/bin/vpc.exe /sdk2013ce /2013 +game /mksln sdk2013ce.sln
Expand All @@ -32,7 +32,7 @@ jobs:
run: tar cJfv Windows.tar.xz mp/game/mod_sdk2013ce/bin

- name: Upload product
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: mp_sdk2013ce
path: Windows.tar.xz

0 comments on commit 5414623

Please sign in to comment.