Skip to content

Commit

Permalink
and more itch debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Apr 18, 2024
1 parent 023bd61 commit 69eaa4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ jobs:
minor=$(echo "${{ inputs.version }}" | cut -d. -f1)
patch=$(echo "${{ inputs.version }}" | cut -d. -f2)
fname="dwarf_fortress_${minor}_${patch}_windows.zip"
itch-dl https://kitfoxgames.itch.io/dwarf-fortress/$fname --download-to DF_itch --api-key $ITCH_API_KEY
find DF_itch -type f
itch-dl https://kitfoxgames.itch.io/dwarf-fortress/$fname --download-to itchdl --api-key $ITCH_API_KEY --urls-only
find itchdl -type f
unzip -d DF_itch "${fname}"
xml/symbols_gen_windows.sh ${{ inputs.version }} ITCH DF_itch
Expand Down

0 comments on commit 69eaa4f

Please sign in to comment.