浏览代码

Use Canary-Releases for AppImage Canary updates

Evan Husted 1 年之前
父节点
当前提交
9726b0feb0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/canary.yml

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

@@ -165,7 +165,7 @@ jobs:
             exit 1
           fi
 
-          export UFLAG="gh-releases-zsync|${{ github.repository_owner }}|${{ github.event.repository.name }}|latest|*-$ARCH_NAME.AppImage.zsync"
+          export UFLAG="gh-releases-zsync|${{ github.repository_owner }}|Canary-Releases|latest|*-$ARCH_NAME.AppImage.zsync"
           BUILDDIR=publish OUTDIR=publish_appimage distribution/linux/appimage/build-appimage.sh
 
           pushd publish_appimage