PublicFiles/Artian-Apps/.github/workflows/updates/PyChess.sh

8 lines
231 B
Bash

#!/bin/bash
webVer="$(get_release pychess/pychess)"
all_url="https://github.com/pychess/pychess/releases/download/${webVer}/python3-pychess_${webVer}-1_all.deb"
source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh