Skip to content

Commit e50cbb8

Browse files
authored
Fix extraction path
1 parent 69a7a6e commit e50cbb8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-and-sign.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
uses: actions/download-artifact@v5
6262
with:
6363
name: DCrypt_Artifacts_PreSignature
64+
path: DCrypt/Bin
6465

6566

6667
- uses: ossign/ossign@main
@@ -87,8 +88,8 @@ jobs:
8788
README.md
8889
DCrypt/Bin/release_arm64.zip
8990
DCrypt/Bin/release_amd64.zip
90-
name: $ {{ github.event.inputs.release_name }}
91-
tag_name: $ {{ github.run_id }}
91+
name: ${{ github.event.inputs.release_name }}
92+
tag_name: ${{ github.run_id }}
9293
body: |
9394
<img src="https://github.com/ossign.png" alt="OSSign Logo" width="100" height="100" />
9495
# Signed Release ${{ github.event.inputs.release_name }}

0 commit comments

Comments
 (0)