Browse Source

give canary appimages the ryujinx-canary name

Evan Husted 1 year ago
parent
commit
159ff828a1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/canary.yml

+ 2 - 2
.github/workflows/canary.yml

@@ -169,8 +169,8 @@ jobs:
           BUILDDIR=publish OUTDIR=publish_appimage distribution/linux/appimage/build-appimage.sh
 
           pushd publish_appimage
-          mv Ryujinx.AppImage ../release_output/ryujinx-$BUILD_VERSION-$ARCH_NAME.AppImage
-          mv Ryujinx.AppImage.zsync ../release_output/ryujinx-$BUILD_VERSION-$ARCH_NAME.AppImage.zsync
+          mv Ryujinx.AppImage ../release_output/ryujinx-canary-$BUILD_VERSION-$ARCH_NAME.AppImage
+          mv Ryujinx.AppImage.zsync ../release_output/ryujinx-canary-$BUILD_VERSION-$ARCH_NAME.AppImage.zsync
           popd          
         shell: bash