Skip to content

Commit

Permalink
3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ioraff committed Sep 5, 2024
1 parent 5baecc7 commit 2dd6a4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
workflow_dispatch:

env:
VERSION: 3.3.1
SHA256: 777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e
VERSION: 3.3.2
SHA256: 2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281

jobs:
build:
Expand All @@ -29,6 +29,6 @@ jobs:
draft: false
name: "Generated"
tag_name: generated
files: output/openssl-3.3.1-generated.tar.gz
files: output/openssl-3.3.2-generated.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

OPENSSL_VERSION="$1"
OPENSSL_SRC="https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz"
OPENSSL_SRC="https://github.com/openssl/openssl/releases/download/openssl-${OPENSSL_VERSION}/openssl-${OPENSSL_VERSION}.tar.gz"

OUTDIR="$PWD/output"
ORIGINAL_LIST="$OUTDIR/original_list"
Expand Down

0 comments on commit 2dd6a4a

Please sign in to comment.