mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 20:07:52 +02:00
Fix release filenames
This commit is contained in:
parent
598990e571
commit
d4caef9c3d
4
.github/workflows/slsa-releaser.yml
vendored
4
.github/workflows/slsa-releaser.yml
vendored
@ -55,8 +55,8 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
hishtory-darwin-arm64-signed.json
|
hishtory-darwin-arm64
|
||||||
hishtory-darwin-amd64-signed.json
|
hishtory-darwin-amd64
|
||||||
|
|
||||||
# Upload to GitHub release.
|
# Upload to GitHub release.
|
||||||
upload:
|
upload:
|
||||||
|
@ -10,10 +10,10 @@ def main():
|
|||||||
waitUntilPublished(f"https://github.com/ddworken/hishtory/releases/download/{version}-darwin-amd64/hishtory-darwin-amd64", "hishtory-darwin-amd64")
|
waitUntilPublished(f"https://github.com/ddworken/hishtory/releases/download/{version}-darwin-amd64/hishtory-darwin-amd64", "hishtory-darwin-amd64")
|
||||||
|
|
||||||
print("sha1sum:")
|
print("sha1sum:")
|
||||||
os.system("sha1sum hishtory-*")
|
os.system("sha1sum hishtory-* 2>&1")
|
||||||
|
|
||||||
print("file:")
|
print("file:")
|
||||||
os.system("file hishtory-*")
|
os.system("file hishtory-* 2>&1")
|
||||||
|
|
||||||
notAscii("hishtory-darwin-arm64")
|
notAscii("hishtory-darwin-arm64")
|
||||||
notAscii("hishtory-darwin-amd64")
|
notAscii("hishtory-darwin-amd64")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user