From ba0c618250311cfb296e0cb0a533fe59a1bd5589 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 19 Jul 2025 14:29:34 -0700 Subject: [PATCH] more name mismatches --- .gitea/workflows/build-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-release.yml b/.gitea/workflows/build-release.yml index 87cb63a..8f8db1d 100644 --- a/.gitea/workflows/build-release.yml +++ b/.gitea/workflows/build-release.yml @@ -44,7 +44,7 @@ jobs: - name: Upload uses: actions/upload-artifact@v3 with: - name: release-tracker-linux-x86_64 + name: release-tracker-x86_64-linux path: 'zig-out/bin/release-tracker' - name: Notify @@ -62,9 +62,9 @@ jobs: - name: Download Artifact uses: actions/download-artifact@v3 with: - name: release-tracker-linux-x86_64 + name: release-tracker-x86_64-linux - name: "Make executable actually executable" - run: "chmod 755 release-tracker-linux-x86_64" + run: "chmod 755 release-tracker" - name: Sign id: sign uses: https://git.lerch.org/lobo/action-hsm-sign@v1