Skip to content

Commit

Permalink
chore: update dalamud dist
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic authored Nov 20, 2023
1 parent 8b0e328 commit faf0755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Download Dalamud
run: |
curl https://goatcorp.github.io/dalamud-distrib/v9/latest.zip --output latest.zip
curl https://goatcorp.github.io/dalamud-distrib/latest.zip --output latest.zip
mkdir -p ~/Dalamud
unzip latest.zip -d ~/Dalamud
- name: Build
Expand Down

0 comments on commit faf0755

Please sign in to comment.