Skip to content

Commit 62bb3c2

Browse files
Fix paths for actions
1 parent 806206a commit 62bb3c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@ jobs:
4141
uses: JohnTheCoolingFan/factorio-mod-publish@v1
4242
with:
4343
factorio_token: ${{ secrets.FACTORIO_TOKEN }}
44+
info_json_file: './mod/info.json'
4445

4546
- name: Send notification on Discord
4647
uses: JohnTheCoolingFan/factorio-mod-discord-announce@v1
4748
with:
4849
discord_webhook: ${{ secrets.DISCORD_NEW_WEBHOOK }}
50+
info_json_file: './mod/info.json'
51+
changelog_file: './mod/changelog.txt'

0 commit comments

Comments
 (0)