Browse Source

build: windows tar is ass

Samuel Attard 6 months ago
parent
commit
e082304e3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/actions/move-artifacts.sh

+ 1 - 1
script/actions/move-artifacts.sh

@@ -96,7 +96,7 @@ move_src_dirs_if_exist() {
     fi      
   done
 
-  tar -C src_artifacts -cf src_artifacts.tar ./
+  tar -C src_artifacts -cf src_artifacts.tar .
 
   echo Storing src_artifacts.tar
   mv src_artifacts.tar $SRC_ARTIFACTS