diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f9edb5..921d615 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,9 +38,9 @@ jobs: chmod +x doduda ./doduda --version - name: Download - run: ./doduda --headless --release beta --dofus-version ${{ github.event.inputs.version }} --output ./data + run: ./doduda --headless --dofus-version ${{ github.event.inputs.version }} --output ./data - name: Map - run: ./doduda map --headless --release beta --output ./data + run: ./doduda map --headless --output ./data - name: Package run: | mkdir out @@ -70,5 +70,5 @@ jobs: - name: Notify doduapi to update run: | curl -X POST \ - https://api.dofusdu.de/dofus3beta/update/${{ secrets.DODUAPI_TOKEN }} \ + https://api.dofusdu.de/dofus3/v1/update/${{ secrets.DODUAPI_TOKEN }} \ -d '{"version":"${{ github.event.inputs.version }}"}'