We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a7a6e commit e50cbb8Copy full SHA for e50cbb8
1 file changed
.github/workflows/build-and-sign.yml
@@ -61,6 +61,7 @@ jobs:
61
uses: actions/download-artifact@v5
62
with:
63
name: DCrypt_Artifacts_PreSignature
64
+ path: DCrypt/Bin
65
66
67
- uses: ossign/ossign@main
@@ -87,8 +88,8 @@ jobs:
87
88
README.md
89
DCrypt/Bin/release_arm64.zip
90
DCrypt/Bin/release_amd64.zip
- name: $ {{ github.event.inputs.release_name }}
91
- tag_name: $ {{ github.run_id }}
+ name: ${{ github.event.inputs.release_name }}
92
+ tag_name: ${{ github.run_id }}
93
body: |
94
<img src="https://github.com/ossign.png" alt="OSSign Logo" width="100" height="100" />
95
# Signed Release ${{ github.event.inputs.release_name }}
0 commit comments