summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorsaicharan01122022-11-12 11:13:12 +0530
committersaicharan01122022-11-12 11:13:12 +0530
commit15018d0bde45356f9303522d5d706e4948910e48 (patch)
tree6f4ca322cf4ea742d5dcb81e309ab36269e31227 /.github/workflows
parent0bd215b9382851d682d862a902de7ac4e0c2b555 (diff)
downloadeSim-15018d0bde45356f9303522d5d706e4948910e48.tar.gz
eSim-15018d0bde45356f9303522d5d706e4948910e48.tar.bz2
eSim-15018d0bde45356f9303522d5d706e4948910e48.zip
cut command fix
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release_ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_ubuntu.yml b/.github/workflows/release_ubuntu.yml
index defcbe1f..edfd4993 100644
--- a/.github/workflows/release_ubuntu.yml
+++ b/.github/workflows/release_ubuntu.yml
@@ -84,7 +84,7 @@ jobs:
# extract the number from the tag to pull the relevant manual from the website
- name: Copy eSim manual which is available at https://static.fossee.in/esim/manuals/
run: |
- echo "version=$(echo ${{github.ref_name}} | tr -d 'v' -f 2)" >> $GITHUB_ENV
+ echo "version=$(echo ${{github.ref_name}} | cut -d 'v' -f 2)" >> $GITHUB_ENV
wget https://static.fossee.in/esim/manuals/eSim_Manual_${{ env.version }}.pdf
- name: Zip the eSim_release folder