more name mismatches
Some checks failed
Build and Release / build (push) Successful in 24s
Build and Release / sign (push) Failing after 19s

This commit is contained in:
Emil Lerch 2025-07-19 14:29:34 -07:00
parent 3928f48251
commit ba0c618250
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -44,7 +44,7 @@ jobs:
- name: Upload - name: Upload
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: release-tracker-linux-x86_64 name: release-tracker-x86_64-linux
path: 'zig-out/bin/release-tracker' path: 'zig-out/bin/release-tracker'
- name: Notify - name: Notify
@ -62,9 +62,9 @@ jobs:
- name: Download Artifact - name: Download Artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: release-tracker-linux-x86_64 name: release-tracker-x86_64-linux
- name: "Make executable actually executable" - name: "Make executable actually executable"
run: "chmod 755 release-tracker-linux-x86_64" run: "chmod 755 release-tracker"
- name: Sign - name: Sign
id: sign id: sign
uses: https://git.lerch.org/lobo/action-hsm-sign@v1 uses: https://git.lerch.org/lobo/action-hsm-sign@v1