Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
relent0r committed May 15, 2024
1 parent e1d51cc commit 41459dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wiki-generate-strategicicons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Convert Strategic Icons
run: |
ls -l "$GITHUB_WORKSPACE/fa/wiki/"
sudo -E bash "$GITHUB_WORKSPACE/fa/wiki/icons-convert-strategic.sh -w fa.wiki -f fa"
sudo -E bash "$GITHUB_WORKSPACE/fa/wiki/icons-convert-strategic.sh" -w fa.wiki -f fa
- name: Store the game version
id: gameVersionJSON # but it is a string here!
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wiki-generate-units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# copy strategic and unit icons and convert them to PNGs. Assume this should be going to the wiki location not the fa repo
- name: Convert Unit Icons
run: sudo -E base "$GITHUB_WORKSPACE/fa/wiki/icons-convert-units.sh -w fa.wiki -f fa"
run: sudo -E base "$GITHUB_WORKSPACE/fa/wiki/icons-convert-units.sh" -w fa.wiki -f fa

- name: Replace run.lua
run: |
Expand Down

0 comments on commit 41459dc

Please sign in to comment.