summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsaicharan01122022-11-12 11:11:05 +0530
committersaicharan01122022-11-12 11:11:05 +0530
commit0bd215b9382851d682d862a902de7ac4e0c2b555 (patch)
tree51fdcd39e18a459b58685e49756f12b5bfbed62e
parent67ceb521cdfc1dbb68a7f92ac363c1a32bfe66e6 (diff)
downloadeSim-0bd215b9382851d682d862a902de7ac4e0c2b555.tar.gz
eSim-0bd215b9382851d682d862a902de7ac4e0c2b555.tar.bz2
eSim-0bd215b9382851d682d862a902de7ac4e0c2b555.zip
trim command fix
-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 e476ffad..defcbe1f 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}} | tr -d 'v' -f 2)" >> $GITHUB_ENV
wget https://static.fossee.in/esim/manuals/eSim_Manual_${{ env.version }}.pdf
- name: Zip the eSim_release folder