forked from cerc-io/plugeth
internal/build: add a timestamp to the tar archive folder
This commit is contained in:
parent
48da9d5513
commit
68cd0cda4a
@ -25,6 +25,7 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Archive interface {
|
||||
@ -159,6 +160,7 @@ func (a *TarballArchive) Directory(name string) error {
|
||||
Name: a.dir,
|
||||
Mode: 0755,
|
||||
Typeflag: tar.TypeDir,
|
||||
ModTime: time.Now(),
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user