We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79fd96 commit aa6b6cbCopy full SHA for aa6b6cb
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
# Pack only the relevant binaries (and their checksums) from build/
81
# Add additional files (LICENSE, README, configs) if desired with extra -C args.
82
tar -czf "${NEC_TAR}" --exclude="build/nimbus_verified_proxy*" -C "${ARCHIVE_DIR}" .
83
- tar -czf "${NVP_TAR}" --exclude="build/nimbus_execution_client*" -C "${ARCHIVE_DIR}" .
+ tar -czf "${NVP_TAR}" --exclude="build/nimbus_execution_client*" --exclude="build/librocksdb.dll" -C "${ARCHIVE_DIR}" .
84
85
# Generate sha512 for the tarballs themselves
86
sha512sum "${NEC_TAR}" > "${NEC_TAR}.sha512sum"
0 commit comments