Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
Former-commit-id: 60f8d3cfd06fb33bc69f6115e43a94e50729ba2e
  • Loading branch information
LucBerge authored Jan 31, 2023
1 parent a81539f commit a7e5140
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ jobs:

- name: Get latest Dofus version
run: |
ls data/
ls .
chmod +x devscript/latest-dofus-version.sh
export DOFUS_VERSION=$(python devscript/latest-dofus-version.py)
echo The current Dofus version is $DOFUS_VERSION
Expand All @@ -189,12 +187,12 @@ jobs:
run: |
zip -r data.zip data/events.json data/events.properties data/entities_json/ data/translations_json/
# - name: Publish release
# uses: "marvinpinto/action-automatic-releases@latest"
# with:
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
# automatic_release_tag: ${{ env.VERSION }}
# prerelease: false
# title: ${{ env.VERSION }}
# files: |
# ./data.zip
- name: Publish release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ env.VERSION }}
prerelease: false
title: ${{ env.VERSION }}
files: |
./data.zip

0 comments on commit a7e5140

Please sign in to comment.