Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve authored Oct 25, 2024
1 parent f75153c commit 03f3b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
OLDVERS=$(cat sde.json | grep -E -o "([0-9]{8}-TRANQUILITY)" | uniq)
NEWVERS=$(curl -s https://www.fuzzwork.co.uk/dump/latest/ | grep -E -o "([0-9]{8}-TRANQUILITY)" | uniq)
echo "$OLDVERS -> $NEWVERS"
sed -i "s/$OLDVERS/$NEWVERS/g" ./tools/generate_sde_json.php
sed -i "s/$OLDVERS/$NEWVERS/g" sde.json
- name: Commit files # transfer the new html files back into the repository
Expand Down

0 comments on commit 03f3b4d

Please sign in to comment.