From 12d46bdd26fdbe528bcba46cf3a050575954364c Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Sun, 24 Nov 2024 01:01:16 -0800 Subject: [PATCH] Release 2.5.3.0 --- .github/workflows/build.yml | 2 +- Craftimizer/Craftimizer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f69bb04..5b47c64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Download Dalamud run: | - wget https://goatcorp.github.io/dalamud-distrib/apiX/latest.zip + wget https://goatcorp.github.io/dalamud-distrib/latest.zip unzip latest.zip -d dalamud/ echo "DALAMUD_HOME=$PWD/dalamud" >> $GITHUB_ENV diff --git a/Craftimizer/Craftimizer.csproj b/Craftimizer/Craftimizer.csproj index cc30dfc..60294fd 100644 --- a/Craftimizer/Craftimizer.csproj +++ b/Craftimizer/Craftimizer.csproj @@ -2,7 +2,7 @@ Asriel Camora - 2.5.2.0 + 2.5.3.0 https://github.com/WorkingRobot/Craftimizer.git Debug;Release