File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments