Skip to content

Commit

Permalink
apps: add helper script to get build app from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Jun 6, 2024
1 parent 59f6169 commit 5309dfd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/getapp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
set -e # exit on failure
IFS=$(printf '\n\t') # smarter ifs

gh run download -n "$1"
chmod +x "$1"
mv "$1" "$(dirname "$(realpath "$0")")/bin"

0 comments on commit 5309dfd

Please sign in to comment.