From 63a0ec43089bc4be380a9521c369c8b8f9b928e8 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Mon, 12 Aug 2024 00:21:02 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1459697a6..fc9ccbe53c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,9 +41,10 @@ jobs: with: name: bikeshed-ape # https://github.com/actions/upload-artifact/issues/38 - - run: chmod +x bikeshed-linux_x86_64/bikeshed - - run: chmod +x bikeshed-macosx_10_9_x86_64/bikeshed - - run: chmod +x bikeshed-macosx_11_0_arm64/bikeshed + - run: chmod +x bikeshed-linux_x86_64-$version/bikeshed + - run: chmod +x bikeshed-macosx_10_9_x86_64-$version/bikeshed + - run: chmod +x bikeshed-macosx_11_0_arm64-$version/bikeshed + - run: chmod +x bikeshed-ape-$version/bikeshed - run: tar czf bikeshed-linux_x86_64-$version.tar.gz bikeshed-linux_x86_64-$version - run: tar czf bikeshed-macosx_10_9_x86_64-$version.tar.gz bikeshed-macosx_10_9_x86_64-$version - run: tar czf bikeshed-macosx_11_0_arm64-$version.tar.gz bikeshed-macosx_11_0_arm64-$version