Skip to content

Commit

Permalink
tarballs script: add missing line for signing source tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Jan 16, 2023
1 parent cabcc49 commit 015540f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-tarballs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ tar cJf zig-linux-powerpc-$ZIG_VERSION.tar.xz zig-linux-powerpc-$ZIG_VERSION/
7z a zig-windows-aarch64-$ZIG_VERSION.zip zig-windows-aarch64-$ZIG_VERSION/
7z a zig-windows-x86-$ZIG_VERSION.zip zig-windows-x86-$ZIG_VERSION/

echo | minisign -Sm zig-$ZIG_VERSION.tar.xz
echo | minisign -Sm zig-linux-x86_64-$ZIG_VERSION.tar.xz
echo | minisign -Sm zig-macos-x86_64-$ZIG_VERSION.tar.xz
#echo | minisign -Sm zig-freebsd-x86_64-$ZIG_VERSION.tar.xz
Expand Down

0 comments on commit 015540f

Please sign in to comment.