aboutsummaryrefslogtreecommitdiff
path: root/distribution
diff options
context:
space:
mode:
authorIsaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com>2023-05-12 23:53:52 +0100
committerGitHub <noreply@github.com>2023-05-13 00:53:52 +0200
commitc2709b3bddf94e61eaacfa1271494d16e5412b26 (patch)
tree96d6fe3915256f646f75d5a099584cb639c908a5 /distribution
parent2b6e81deea47c1546e44fdcb8702a7c667056fde (diff)
macOS CI Adjustments (#4910)
* Fix macOS build name in CI Fixes updater * Update build.yml Don't publish x86 Mac builds * Naming nitpick * Berry changes * Use the same prefix for PR and release build archives --------- Co-authored-by: TSR Berry <20988865+TSRBerry@users.noreply.github.com>
Diffstat (limited to 'distribution')
-rwxr-xr-xdistribution/macos/create_macos_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/distribution/macos/create_macos_build.sh b/distribution/macos/create_macos_build.sh
index 1a5a3873..7405073d 100755
--- a/distribution/macos/create_macos_build.sh
+++ b/distribution/macos/create_macos_build.sh
@@ -22,9 +22,9 @@ EXTRA_ARGS=$8
if [ "$VERSION" == "1.1.0" ];
then
- RELEASE_TAR_FILE_NAME=Ryujinx-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
+ RELEASE_TAR_FILE_NAME=test-ava-ryujinx-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
else
- RELEASE_TAR_FILE_NAME=Ryujinx-$VERSION-macos_universal.app.tar
+ RELEASE_TAR_FILE_NAME=test-ava-ryujinx-$VERSION-macos_universal.app.tar
fi
ARM64_APP_BUNDLE="$TEMP_DIRECTORY/output_arm64/Ryujinx.app"