Skip to content

Commit

Permalink
Rollback to avoid breaking changes upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
elisehaldane committed Jun 6, 2024
1 parent 49a7a78 commit 8ef4aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flavours/github-act.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ REPO_NAME="github-act-runner"
TAGS=$(curl -s "https://api.github.com/repos/$REPO_OWNER/$REPO_NAME/tags" | grep '"name":' | cut -d '"' -f 4)

# Filter and sort versions, assuming they're in the form of 'vX.Y.Z' or 'X.Y.Z'
HIGHEST_VERSION=$(echo "$TAGS" | sed 's/^v//' | sort -V | tail -n 1)
# HIGHEST_VERSION=$(echo "$TAGS" | sed 's/^v//' | sort -V | tail -n 1)
HIGHEST_VERSION=0.6.10

# Construct the download URL
DOWNLOAD_URL="https://github.com/$REPO_OWNER/$REPO_NAME/releases/download/v$HIGHEST_VERSION/binary-freebsd-arm64.tar.gz"
Expand Down

0 comments on commit 8ef4aa8

Please sign in to comment.