-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
When running multiple instances of this action in one workflow, some are passing fine but others are failing with the following error.
Run if [ X64 = "ARM64" ]; then
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 64 100 64 0 0 438 0 --:--:-- --:--:-- --:--:-- 441
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 81 100 81 0 0 895 0 --:--:-- --:--:-- --:--:-- 900
100 19 100 19 0 0 39 0 --:--:-- --:--:-- --:--:-- 39
sha256sum: WARNING: 1 computed checksum did NOT match
tailscale.tgz: FAILED
Error: Process completed with exit code 1.
Using a commit before: 4e4c49a works fine.
I tried to replicate this locally by running the following commands with no luck:
VERSION=1.42.0
TS_ARCH=amd64
export URL=https://pkgs.tailscale.com/stable/tailscale_${VERSION}_${TS_ARCH}.tgz
SHA256SUM="$(curl -H user-agent:tailscale-github-action -L "${URL}.sha256")"
curl -H user-agent:tailscale-github-action -L "$URL" -o tailscale.tgz --max-time 300@creachadair I am suspecting the latest change has something to do with it. Any ideas how to debug further? Happy to help fix if you could point me in the right direction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels