From 558cb603489d42facfe474bd2c53343a4a74f40b Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:37:49 +0200 Subject: [PATCH] fix release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61d2d82..50c5e31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: rpicc + name: rpicc_32 path: binaries/rpicc_32 build_64: @@ -29,7 +29,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: rpicc + name: rpicc_64 path: binaries/rpicc_64 github_release: