Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Oct 27, 2024
1 parent 7a3248a commit bb04da1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
find . -name "*.zbm" -type f -delete
- name: Upload result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: RB2DX-Xbox
path: _build/xbox
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
dependencies/ta_pkg_repacker_tools/make_package_npdrm_retail.exe --k-licensee 0x00000000000000000000000000000000 --drm-type Local --package-version $packageversion --content-type GameData --content-id ($content + $sha_short) dependencies/ta_pkg_repacker_tools/package.conf _build/ps3
- name: Upload result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: RB2DX-PS3
path: '*.pkg'
Expand All @@ -89,11 +89,11 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: 'true'
- name: checkoutLFS
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: git lfs pull
- name: Set up Python 3.9
uses: actions/setup-python@v4
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
find . -name "*.zbm" -type f -delete
- name: Upload result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: RB2DXCE-PS2
path: _build/ps2
Expand All @@ -143,7 +143,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
rm -rf ./_ark
- name: Upload result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: RB2DX-PS2
path: _build/ps2

0 comments on commit bb04da1

Please sign in to comment.