Skip to content

Commit d85306a

Browse files
committed
deb fix
1 parent 928bda8 commit d85306a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release-tar-gz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
inputs:
55
version:
66
description: 'Version'
7-
default: '1.1'
7+
default: '1.2'
88
type: string
99
required: true
1010

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- 'src/*'
88
workflow_dispatch:
99
inputs:
10+
ver:
11+
description: 'Version'
12+
required: true
13+
default: '1.2'
1014
iteration:
1115
description: 'Iteration'
1216
default: '100'
@@ -16,7 +20,6 @@ permissions:
1620
contents: write
1721

1822
env:
19-
VER: 1.1
2023
BC_ITER: ${{ github.event.inputs.iteration }}
2124

2225
jobs:
@@ -100,5 +103,5 @@ jobs:
100103
repo_token: ${{ secrets.GITHUB_TOKEN }}
101104
file: bincrypter
102105
overwrite: true
103-
tag: v${{ env.VER }}
106+
tag: v${{ github.event.inputs.ver }}
104107

0 commit comments

Comments
 (0)