We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806206a commit 62bb3c2Copy full SHA for 62bb3c2
.github/workflows/release.yml
@@ -41,8 +41,11 @@ jobs:
41
uses: JohnTheCoolingFan/factorio-mod-publish@v1
42
with:
43
factorio_token: ${{ secrets.FACTORIO_TOKEN }}
44
+ info_json_file: './mod/info.json'
45
46
- name: Send notification on Discord
47
uses: JohnTheCoolingFan/factorio-mod-discord-announce@v1
48
49
discord_webhook: ${{ secrets.DISCORD_NEW_WEBHOOK }}
50
51
+ changelog_file: './mod/changelog.txt'
0 commit comments