Skip to content

Commit

Permalink
chore: swap to v9 dist
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Sep 27, 2023
1 parent 2d704ae commit fbd1613
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/latest.zip --output latest.zip
curl https://goatcorp.github.io/dalamud-distrib/v9/latest.zip --output latest.zip
mkdir -p ~/Dalamud
unzip latest.zip -d ~/Dalamud
- name: Build
Expand Down

0 comments on commit fbd1613

Please sign in to comment.