Skip to content

Commit d07ffd1

Browse files
Fix path to readme in sed call
1 parent b10f88e commit d07ffd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Process README for mod portal
5454
run: |
55-
sed 's/!\[\(.\+\)\](\(.\+\))/![\1](https:\/\/raw\.githubusercontent\.com\/JohnTheCoolingFan\/PlutoniumEnergy\/refs\/heads\/main\/\2)/' README.md > README-mod-portal.md
55+
sed 's/!\[\(.\+\)\](\(.\+\))/![\1](https:\/\/raw\.githubusercontent\.com\/JohnTheCoolingFan\/PlutoniumEnergy\/refs\/heads\/main\/\2)/' mod/README.md > README-mod-portal.md
5656
5757
- name: Update mod portal description
5858
uses: JohnTheCoolingFan/factorio-mod-details@v1

0 commit comments

Comments
 (0)