Skip to content

Commit f907677

Browse files
committed
include tar and zip files
1 parent e0b9abd commit f907677

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ipfs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
with:
1111
repository: "ipfs/go-ipfs"
1212
latest: true
13+
tarBall: true
14+
zipBall: true
1315
fileName: "*"
1416
- uses: valist-io/[email protected]
1517
with:

.github/workflows/lodestar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
with:
1111
repository: "ChainSafe/lodestar"
1212
latest: true
13+
tarBall: true
14+
zipBall: true
1315
fileName: "*"
1416
- uses: valist-io/[email protected]
1517
with:

0 commit comments

Comments
 (0)