From bd244c69f5edd6b84753a4bc6c2bd1ca011e90f7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Dec 2025 16:02:08 -0500 Subject: Tweak build setup --- .github/workflows/release.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d153774f..57bfc0e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,9 +27,7 @@ jobs: - name: Package run: | - mkdir -p tomo - cp tomo tomo/tomo - tar -czf tomo-linux-x86_64.tar.gz tomo + tar -czf tomo-linux-x86_64.tar.gz build/* sha256sum tomo-linux-x86_64.tar.gz > tomo-linux-x86_64.tar.gz.sha256 - name: Upload @@ -62,9 +60,7 @@ jobs: - name: Package run: | - mkdir -p tomo - cp tomo tomo/tomo - tar -czf tomo-linux-aarch64.tar.gz tomo + tar -czf tomo-linux-aarch64.tar.gz build/* sha256sum tomo-linux-aarch64.tar.gz > tomo-linux-aarch64.tar.gz.sha256 - name: Upload @@ -91,9 +87,7 @@ jobs: - name: Package run: | - mkdir -p tomo - cp tomo tomo/tomo - tar -czf tomo-macos-universal.tar.gz tomo + tar -czf tomo-macos-universal.tar.gz build/* shasum -a 256 tomo-macos-universal.tar.gz > tomo-macos-universal.tar.gz.sha256 - name: Upload -- cgit v1.2.3