From b044c14f376148ceb0dafeda190fe8ef4b00b8b0 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Sat, 11 Dec 2021 10:34:58 -0800 Subject: [PATCH] use HEAD instead of main --- create_zip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_zip.sh b/create_zip.sh index 33cdcd1..5090c00 100755 --- a/create_zip.sh +++ b/create_zip.sh @@ -1,2 +1,2 @@ #!/bin/bash -git archive --format=zip --output=trzmc.zip main +git archive --format=zip --output=trzmc.zip HEAD