more name mismatches
This commit is contained in:
parent
3928f48251
commit
ba0c618250
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue