File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v7
1717
1818 - name : ShellCheck
1919 uses : ludeeus/action-shellcheck@master
@@ -34,15 +34,15 @@ jobs:
3434 ./extra/package.sh
3535
3636 - name : Upload artifacts - main zip
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v7
3838 if : " !startsWith(github.ref, 'refs/tags/')"
3939 with :
4040 name : party_orders.zip
4141 path : party_orders*.zip
4242 if-no-files-found : error
4343
4444 - name : Release
45- uses : softprops/action-gh-release@v2
45+ uses : softprops/action-gh-release@v3
4646 if : startsWith(github.ref, 'refs/tags/')
4747 with :
4848 files : |
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v7
1717
1818 - name : Poify/Unpoify run
1919 if : github.ref == 'refs/heads/master' && github.event_name == 'push'
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ extra_dir="$(realpath extra)"
66export extra_dir
77export bin_dir=" $extra_dir /bin"
88export mods_dir=" mods"
9- export mpack_version=${mpack_version:- 4.3 }
9+ export mpack_version=${mpack_version:- 4.5 }
1010export mpack_7z=" mpack.7z"
11- export sfall_version=${sfall_version:- 4.3 }
11+ export sfall_version=${sfall_version:- 4.5 }
1212export WINEARCH=win32
1313export WINEDEBUG=-all
1414export mod_name=party_orders
Original file line number Diff line number Diff line change 33set -xeu -o pipefail
44
55extra_dir=${extra_dir:- extra}
6- mpack_version=${mpack_version:- 4.3 }
6+ mpack_version=${mpack_version:- 4.5 }
77
88mpack_file=" modderspack_$mpack_version .7z"
99mpack_url=" https://sourceforge.net/projects/sfall/files/Modders%20pack/$mpack_file /download"
You can’t perform that action at this time.
0 commit comments