Skip to content

Commit

Permalink
figure out what the itch downloader downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Apr 18, 2024
1 parent 4850701 commit f9f8753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ jobs:
patch=$(echo "${{ inputs.version }}" | cut -d. -f2)
fname="dwarf_fortress_${minor}_${patch}_windows.zip"
itch-dl https://kitfoxgames.itch.io/dwarf-fortress/$fname --api-key $ITCH_API_KEY
find . -type f
unzip -d DF_itch "${fname}"
xml/symbols_gen_windows.sh ${{ inputs.version }} ITCH DF_itch
Expand Down

0 comments on commit f9f8753

Please sign in to comment.