Skip to content

Commit

Permalink
refactor: use var for dalamud version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Jun 30, 2024
1 parent ec01196 commit 055d57e
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/${{vars.DALAMUD_VERSION}}/latest.zip --output latest.zip
mkdir -p ~/Dalamud
unzip latest.zip -d ~/Dalamud
- name: Build
Expand Down

0 comments on commit 055d57e

Please sign in to comment.