9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-25 17:59:36 +00:00

Update automatic-update.yml

This commit is contained in:
DGun Otto
2023-12-15 21:12:49 +08:00
committed by GitHub
parent 9d0b1184a1
commit e3f39c4034

View File

@@ -33,7 +33,7 @@ jobs:
cd DivineMC
echo "Before sed:"
cat gradle.properties
sed -i "s/\purpurRef=.*/purpurRef=$PAPER_REF/" gradle.properties
sed -i "s/\(purpurRef\s*=\s*\).*/\1$PAPER_REF/" gradle.properties
echo "After sed:"
cat gradle.properties
env: