summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorsaicharan01122022-11-12 12:37:07 +0530
committersaicharan01122022-11-12 12:37:07 +0530
commiteee167724f3841a3114cad5b1ceddf049a013f6c (patch)
tree360f0a569adcb0d45d4200fde2195b4e4daf379b /.github/workflows
parent875beccb42d8f80e25c3c0b5e355cf834b22e764 (diff)
downloadeSim-eee167724f3841a3114cad5b1ceddf049a013f6c.tar.gz
eSim-eee167724f3841a3114cad5b1ceddf049a013f6c.tar.bz2
eSim-eee167724f3841a3114cad5b1ceddf049a013f6c.zip
fix tag names again
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release_ubuntu.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release_ubuntu.yml b/.github/workflows/release_ubuntu.yml
index 8b95c4d7..86877f98 100644
--- a/.github/workflows/release_ubuntu.yml
+++ b/.github/workflows/release_ubuntu.yml
@@ -84,9 +84,9 @@ 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 $GITHUB_REF_NAME
- # echo "VERSION=$(echo $GITHUB_REF_NAME | cut -d 'v' -f 2)" >> $GITHUB_ENV
- wget https://static.fossee.in/esim/manuals/eSim_Manual_$GITHUB_REF_NAME.pdf
+ # echo $GITHUB_REF_NAME
+ echo "VERSION=$(echo $GITHUB_REF_NAME | cut -d 'v' -f 2)" >> $GITHUB_ENV
+ wget https://static.fossee.in/esim/manuals/eSim_Manual_$VERSION.pdf
- name: Zip the eSim_release folder
run: |