瀏覽代碼

give canary appimages the ryujinx-canary name

Evan Husted 1 年之前
父節點
當前提交
159ff828a1
共有 1 個文件被更改,包括 2 次插入2 次删除
  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