8 lines
339 B
Bash
8 lines
339 B
Bash
#!/bin/bash
|
|
|
|
webVer=$(get_release SpacingBat3/WebCord)
|
|
armhf_url="https://github.com/SpacingBat3/WebCord/releases/download/v${webVer}/webcord_${webVer}_armhf.deb"
|
|
arm64_url="https://github.com/SpacingBat3/WebCord/releases/download/v${webVer}/webcord_${webVer}_arm64.deb"
|
|
|
|
source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh
|