From df34ae74feed4d9f2460c8257ae7cc53b9ab53de Mon Sep 17 00:00:00 2001 From: msojocs Date: Wed, 30 Apr 2025 16:03:20 +0800 Subject: [PATCH] update: skyline module --- .github/workflows/release.yml | 2 +- tools/replace-skyline.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3731584..52e49a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: push: tags: - v* - branches: [ master, dev, ci, skyline] + branches: [ master, dev, ci] pull_request: branches: [ master ] # # Allows you to run this workflow manually from the Actions tab diff --git a/tools/replace-skyline.sh b/tools/replace-skyline.sh index f729f98..f37972f 100755 --- a/tools/replace-skyline.sh +++ b/tools/replace-skyline.sh @@ -7,8 +7,8 @@ cache_dir="$root_dir/cache" nwjs_dir="$root_dir/nwjs" package_dir="$root_dir/package.nw" -shared_memory_version="v1.0.1" -skyline_version="v1.0.1" +shared_memory_version="v1.0.2" +skyline_version="v1.0.2" cd "$package_dir/node_modules" rm sharedMemory/sharedMemory.node