modified: .github/workflows/mikrotik_patch_7.yml

This commit is contained in:
zyb 2025-06-21 09:47:49 +08:00
parent 70819de5a4
commit 2ad3d69a4d

View file

@ -85,12 +85,7 @@ jobs:
else
BUILD_TIME=$(date +'%s')
RELEASE=true
MATRIX_JSON='[
{"arch":"x86","channel":"stable"},
{"arch":"arm64","channel":"stable"},
{"arch":"x86","channel":"testing"},
{"arch":"arm64","channel":"testing"}
]'
MATRIX_JSON='[{"arch":"x86","channel":"stable"},{"arch":"arm64","channel":"stable"},{"arch":"x86","channel":"testing"},{"arch":"arm64","channel":"testing"}]'
fi
echo "BUILD_TIME=$BUILD_TIME" >> $GITHUB_OUTPUT
echo "RELEASE=$RELEASE" >> $GITHUB_OUTPUT