superfly/flyctl-actions

GET https://get.fly.io/flyctl.sh returns a 404

curiousleo opened this issue · 2 comments

I just got this when trying to use this action:

  /usr/bin/docker build -t 7db2d7:36f8f67ae1c8435fbe210d10bc661a6e -f "/home/runner/work/_actions/superfly/flyctl-actions/1.0/Dockerfile" "/home/runner/work/_actions/superfly/flyctl-actions/1.0"
  Sending build context to Docker daemon  17.92kB
  
  Step 1/5 : FROM alpine
   ---> c059bfaa849c
  Step 2/5 : RUN apk add --no-cache curl
   ---> Using cache
   ---> c4a2685f429f
  Step 3/5 : RUN curl https://get.fly.io/flyctl.sh | sh
   ---> Running in ab20e04a1599
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  100    24    0    24    0     0     27      0 --:--:-- --:--:-- --:--:--    26
  sh: four-oh-four,: not found
  The command '/bin/sh -c curl https://get.fly.io/flyctl.sh | sh' returned a non-zero code: 127

Please upgrade to v1.3 for a better experience :)