diff options
| -rwxr-xr-x | upload-artifact | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upload-artifact b/upload-artifact index 533a55e..2dfb989 100755 --- a/upload-artifact +++ b/upload-artifact @@ -36,6 +36,7 @@ upload() curl -X POST \ --fail-with-body \ + -H 'Expect:' \ -b "$cookiejar" \ -F dir="/" \ -F "file=@$f;filename=$(basename -- "$f")" \ |
