Skip to content

Commit

Permalink
RiiTag-RPC: correct release name due to upstream breakage
Browse files Browse the repository at this point in the history
upstream decided to change an already existing release and change the release asset name and format RiiConnect24/RiiTag-RPC#38

caught by our github actions auto-update bot #2476
  • Loading branch information
theofficialgman committed Nov 1, 2023
1 parent 0a29f02 commit 0a3f1a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/updates/RiiTag-RPC.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

webVer=$(get_release_raw RiiConnect24/riitag-rpc)
arm64_url="https://github.com/riiconnect24/riitag-rpc/releases/download/${webVer}/rpi-4b-aarch64.zip"
arm64_url="https://github.com/riiconnect24/riitag-rpc/releases/download/${webVer}/RiiTag-RPC_Rpi4B"

source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh
7 changes: 3 additions & 4 deletions apps/RiiTag-RPC/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version=v1.3.4

cd /tmp || error "Could not move to /tmp directory"
rm -f rpi-4b-aarch64.zip
wget "https://github.com/RiiConnect24/RiiTag-RPC/releases/download/${version}/rpi-4b-aarch64.zip" || error "Could not download riitag-rpc release"
unzip rpi-4b-aarch64.zip
sudo chmod a+x riitag-rpc
sudo mv riitag-rpc /usr/local/bin/riitag-rpc || error "Could not install riitag-rpc"
wget "https://github.com/RiiConnect24/RiiTag-RPC/releases/download/${version}/RiiTag-RPC_Rpi4B" || error "Could not download riitag-rpc release"
sudo chmod a+x RiiTag-RPC_Rpi4B
sudo mv RiiTag-RPC_Rpi4B /usr/local/bin/riitag-rpc || error "Could not install riitag-rpc"

0 comments on commit 0a3f1a3

Please sign in to comment.