Browse Source

ci: fixed the itch publish

pull/382/head
Parodi, Eugenio 🌶 1 year ago
parent
commit
3b799b2d8b
  1. 2
      .github/workflows/itch-publish.yml
  2. 7
      .github/workflows/release.yml

2
.github/workflows/itch-publish.yml

@ -58,5 +58,5 @@ jobs:
shell: bash
run: |
echo ${BUTLER_CREDENTIALS} > ~/.config/itch/butler_creds
./butler push dist/* ${{ secrets.ITCHIO_USER }}/${{ inputs.pkg_name }}:html5
./butler push itchExport.zip ${{ secrets.ITCHIO_USER }}/${{ inputs.pkg_name }}:html5
./butler logout --assume-yes

7
.github/workflows/release.yml

@ -114,9 +114,10 @@ jobs:
libs/pyTermTk/TermTk/__init__.py \
CHANGELOG.md
find . -name pyproject.toml | xargs git add
git commit -m "chore: updated TermTk and apps to versions to ${_VERSION_TTK}, ${_VERSION_DPT}, ${_VERSION_T_D} ${_VERSION_KOD}"
git push
if [[ $(git status --porcelain) ]] ; then
git commit -m "chore: updated TermTk and apps to versions to ${_VERSION_TTK}, ${_VERSION_DPT}, ${_VERSION_T_D} ${_VERSION_KOD}"
git push
fi
echo '::endgroup::'
pyTermTk-deploy-artifacts:

Loading…
Cancel
Save