Skip to content

Commit

Permalink
Fix paths for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Oct 6, 2024
1 parent 806206a commit 62bb3c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ jobs:
uses: JohnTheCoolingFan/factorio-mod-publish@v1
with:
factorio_token: ${{ secrets.FACTORIO_TOKEN }}
info_json_file: './mod/info.json'

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

0 comments on commit 62bb3c2

Please sign in to comment.