Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
local exe
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Nov 21, 2024
1 parent d03088a commit 6ec6c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Read current game version
id: read_dofus_version
run: |
$GameVersion=$(doduda.exe version --headless --platform windows --release beta)
$GameVersion=$(.\doduda.exe version --headless --platform windows --release beta)
echo "dofus_version=$GameVersion" >> $Env:GITHUB_OUTPUT
echo "dofus_path=data" >> $Env:GITHUB_OUTPUT
Expand All @@ -51,7 +51,7 @@ jobs:

- name: Download latest game files
if: ${{ steps.restore_game_files.outputs.cache-hit != 'true' }}
run: doduda.exe --headless --full --release beta ${{ steps.read_dofus_version.outputs.dofus_path }} # Use beta for now
run: .\doduda.exe --headless --full --release beta ${{ steps.read_dofus_version.outputs.dofus_path }} # Use beta for now

- name: Download BepInEx
run: curl https://builds.bepinex.dev/projects/bepinex_be/697/BepInEx-Unity.IL2CPP-win-x64-6.0.0-be.697%2B5362580.zip -o BepInEx.zip
Expand Down

0 comments on commit 6ec6c41

Please sign in to comment.