Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed May 26, 2024
1 parent a24f9e6 commit 215d2ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
$sha_short="$(git rev-parse --short HEAD)".ToUpper()
$content="UP1018-BLUS30050_00-RB1PATCHH"
$packageversion="1.07"
rb1/dependencies/windows/make_package_npdrm_retail.exe --k-licensee 0x00000000000000000000000000000000 --drm-type Local --package-version $packageversion --content-type GameData --content-id ($content + $sha_short) rb1/dependencies/ps3_package.conf rb1/out/ps3
rb1/dependencies/windows/make_package_npdrm_retail.exe --k-licensee 0x00000000000000000000000000000000 --drm-type Local --package-version $packageversion --content-type GameData --content-id ($content + $sha_short) rb1/dependencies/package.conf rb1/out/ps3
- name: Upload result
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
$sha_short="$(git rev-parse --short HEAD)".ToUpper()
$content="UP1018-BLUS30382_00-LRBPATCHH"
$packageversion="1.01"
lrb/dependencies/windows/make_package_npdrm_retail.exe --k-licensee 0x00000000000000000000000000000000 --drm-type Local --package-version $packageversion --content-type GameData --content-id ($content + $sha_short) lrb/dependencies/ps3_package.conf lrb/out/ps3
lrb/dependencies/windows/make_package_npdrm_retail.exe --k-licensee 0x00000000000000000000000000000000 --drm-type Local --package-version $packageversion --content-type GameData --content-id ($content + $sha_short) lrb/dependencies/package.conf lrb/out/ps3
- name: Upload result
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
$sha_short="$(git rev-parse --short HEAD)".ToUpper()
$content="UP0006-BLUS30282_00-TBRBPATCH"
$packageversion="1.00"
tbrb/dependencies/windows/make_package_npdrm_retail.exe --k-licensee 0x00000000000000000000000000000000 --drm-type Local --package-version $packageversion --content-type GameData --content-id ($content + $sha_short) tbrb/dependencies/ps3_package.conf tbrb/out/ps3
tbrb/dependencies/windows/make_package_npdrm_retail.exe --k-licensee 0x00000000000000000000000000000000 --drm-type Local --package-version $packageversion --content-type GameData --content-id ($content + $sha_short) tbrb/dependencies/package.conf tbrb/out/ps3
- name: Upload result
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 215d2ad

Please sign in to comment.