Skip to content

Commit 437ecad

Browse files
fix: deb
1 parent 5bc5886 commit 437ecad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cpack-deb.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
run: |
3636
apt-get update
3737
apt-get install -y git
38+
- name: Get the version
39+
id: get_version
40+
shell: bash
41+
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
3842
- name: Checking out sources
3943
uses: actions/checkout@v2
4044
with:

0 commit comments

Comments
 (0)