Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Critical-Impact committed Nov 23, 2024
1 parent bfcf768 commit fe32c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Download Dalamud
run: |
mkdir -p ${{ env.DALAMUD_HOME }}
curl -L https://goatcorp.github.io/dalamud-distrib/api11/latest.zip -o latest.zip
curl -L https://goatcorp.github.io/dalamud-distrib/latest.zip -o latest.zip
unzip latest.zip -d ${{ env.DALAMUD_HOME }}
# Install the .NET SDK indicated in the global.json file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Download Dalamud
run: |
mkdir -p ${{ env.DALAMUD_HOME }}
curl -L https://goatcorp.github.io/dalamud-distrib/api11/latest.zip -o latest.zip
curl -L https://goatcorp.github.io/dalamud-distrib/latest.zip -o latest.zip
unzip latest.zip -d ${{ env.DALAMUD_HOME }}
# Install the .NET SDK indicated in the global.json file
Expand Down

0 comments on commit fe32c8c

Please sign in to comment.