mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-26 06:52:23 +02:00
More debugging info for the releaser action
This commit is contained in:
parent
91cda127d9
commit
647f6a8924
2
.github/workflows/slsa-releaser.yml
vendored
2
.github/workflows/slsa-releaser.yml
vendored
@ -55,8 +55,10 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
|
# TODO: stop releasing the unsigned files
|
||||||
files: |
|
files: |
|
||||||
hishtory-darwin-arm64
|
hishtory-darwin-arm64
|
||||||
|
hishtory-darwin-arm64-unsigned
|
||||||
hishtory-darwin-amd64
|
hishtory-darwin-amd64
|
||||||
|
|
||||||
# Upload to GitHub release.
|
# Upload to GitHub release.
|
||||||
|
@ -20,6 +20,7 @@ def main():
|
|||||||
|
|
||||||
print("signing...")
|
print("signing...")
|
||||||
os.system("""
|
os.system("""
|
||||||
|
cp hishtory-darwin-arm64 hishtory-darwin-arm64-unsigned
|
||||||
echo $MACOS_CERTIFICATE | base64 -d > certificate.p12
|
echo $MACOS_CERTIFICATE | base64 -d > certificate.p12
|
||||||
security create-keychain -p $MACOS_CERTIFICATE_PWD build.keychain
|
security create-keychain -p $MACOS_CERTIFICATE_PWD build.keychain
|
||||||
security default-keychain -s build.keychain
|
security default-keychain -s build.keychain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user