Skip to content

Commit

Permalink
fix: ci: fix json doc file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Oct 27, 2024
1 parent 33751b4 commit 532a9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
});
return response.data.artifacts[0].workflow_run.id;
- name: release-downloader
- name: Download SML
uses: robinraju/[email protected]
with:
repository: "satisfactorymodding/SatisfactoryModLoader"
Expand Down Expand Up @@ -63,5 +63,5 @@ jobs:
with:
name: Documentation
path: |
~/.config/Epic/FactoryGame/Saved/FINReflectionDocumentation.json
~/.config/Epic/FactoryGame/Saved/FINDocumentation.json
~/.config/Epic/FactoryGame/Saved/FINLuaDocumentation.lua

0 comments on commit 532a9d7

Please sign in to comment.