From a52f6a22d96578b2bf604190d03ace4841bdf0ef Mon Sep 17 00:00:00 2001 From: V_Galaxy Date: Wed, 13 Nov 2024 09:01:11 +0800 Subject: [PATCH] fixup --- .github/workflows/validate-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-release.yml b/.github/workflows/validate-release.yml index b0670c4fd..843f3a6c8 100644 --- a/.github/workflows/validate-release.yml +++ b/.github/workflows/validate-release.yml @@ -64,7 +64,7 @@ jobs: - name: 1. Download SVN Sources run: | - if [[ ${{ matrix.java_version }} =~ "macos" ]]; then + if [[ ${{ matrix.os }} =~ "macos" ]]; then brew install svn fi rm -rf dist/${{ inputs.release_version }}