Browse Source
Update mikrotik_patch_7.yml
Signed-off-by: elseif <elseif@live.cn>
pull/110/head
elseif
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/mikrotik_patch_7.yml
|
|
|
@ -130,7 +130,7 @@ jobs: |
|
|
|
fi |
|
|
|
echo "has_patched_npk=$has_patched_npk" >> $GITHUB_OUTPUT |
|
|
|
|
|
|
|
echo "{\"arch\": \"${{ matrix.arch }}\", \"channel\": \"${{ matrix.channel }}\", \"latest_version\": \"$LATEST_VERSION\",\"build_time\": \"$BUILD_TIME\",\"patched\": \"${{ has_patched_npk }}\"}" > latest_version_${{ matrix.arch }}_${{ matrix.channel }}.json |
|
|
|
echo "{\"arch\": \"${{ matrix.arch }}\", \"channel\": \"${{ matrix.channel }}\", \"latest_version\": \"$LATEST_VERSION\",\"build_time\": \"$BUILD_TIME\",\"patched\": \"$has_patched_npk\"}" > latest_version_${{ matrix.arch }}_${{ matrix.channel }}.json |
|
|
|
sudo apt-get update > /dev/null |
|
|
|
|
|
|
|
- name: Upload artifacts |
|
|
|
|