Skip to content

Commit

Permalink
add LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Internet1235 committed Dec 7, 2024
1 parent 4dd890f commit 7d04bcb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/compile-openssl-LTS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: openssl-LTS for windows

on:
workflow_dispatch:

jobs:
builds:
uses: ./.github/workflows/test.yml
with:
major: 3
minor: 0
patch: 15
REPO_BRANCH: openssl-3.0.15
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Generate release tag
id: tag
run: |
Set-TimeZone -ID "$env:TZ"
Set-TimeZone -ID "${{ env.TZ }}"
cd C:\
7z a openssl-for-windows.zip .\OpenSSL_build\
echo "tag-name=$(date +"%Y.%m.%d-%H%M")" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit 7d04bcb

Please sign in to comment.