Update test_release.yml #16
Annotations
1 error
Invalid workflow file:
.github/workflows/test_release.yml#L41
The workflow is not valid. .github/workflows/test_release.yml (Line: 41, Col: 20): Unrecognized named-value: 'BASH_REMATCH'. Located at position 1 within expression: BASH_REMATCH[1]}"
version="${BASH_REMATCH[2]}"
echo "Custom Path: $custom_path"
echo "Version: $version"
wget https://goatcorp.github.io/dalamud-distrib/$custom_path/latest.zip -O /tmp/dalamud.zip
else
version=$(echo ${{ github.ref_name
|