Skip to content

Commit 243ffb6

Browse files
authored
update source
1 parent e8cfdd4 commit 243ffb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
Set-TimeZone -ID "China Standard Time"
8888
cd C:\
8989
7z a openssl-for-windows.zip .\OpenSSL_build\
90-
echo "tag-name=openssl-v${{ inputs.major }}-${{ inputs.minor }}-${{ inputs.patch }}" >> $env:GITHUB_OUTPUT
90+
echo "tag-name=v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}" >> $env:GITHUB_OUTPUT
9191
echo "status=success" >> $env:GITHUB_OUTPUT
9292
9393
- name: Upload firmware to release
@@ -97,7 +97,7 @@ jobs:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
with:
9999
tag_name: ${{ steps.tag.outputs.tag-name }}
100-
name: v${{ inputs.major }}-${{ inputs.minor }}-${{ inputs.patch }}
100+
name: openssl-v${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}
101101
files: |
102102
C:\openssl-for-windows.zip
103103
windows-installer/openssl*.exe

0 commit comments

Comments
 (0)