Skip to content

Commit

Permalink
switch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Dec 1, 2024
1 parent 0805ceb commit 3b42aba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}"}'

0 comments on commit 3b42aba

Please sign in to comment.