Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Nov 13, 2024
1 parent 06353a4 commit a52f6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a52f6a2

Please # to comment.