diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 218e48e..fe7b121 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -16,6 +16,9 @@ # FETCHING LATEST RELEASE AND ITS ASSETS #================================================= +# Access the branch 'testing' +git checkout testing + # Fetching information current_version=$(jq -j '.version|split("~")[0]' manifest.json) repo=$(jq -j '.upstream.code|split("https://github.com/")[1]' manifest.json)