Skip to content

Commit

Permalink
Update FF_Linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoYo178 authored Jun 30, 2024
1 parent 1df2603 commit 4a2935b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/FF_Linux.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
shell: bash
run: sudo apt update && sudo apt install -y g++-9-multilib gcc-9-multilib
Expand All @@ -29,7 +29,7 @@ jobs:
run: tar cJfv Linux.tar.xz mp/game/FortressForever2013/bin

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

0 comments on commit 4a2935b

Please sign in to comment.