Skip to content

Commit

Permalink
Update FF_Windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoYo178 committed Jun 30, 2024
1 parent 4a2935b commit 2f60139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/FF_Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Configure dependencies
uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -26,7 +26,7 @@ jobs:
run: tar cJfv Windows.tar.xz mp/game/FortressForever2013/bin

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

0 comments on commit 2f60139

Please sign in to comment.