summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 bad6b5f6..7ff3f33e 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: |
- VERSION=$(echo $GITHUB_REF_NAME | cut -d 'v' -f 2)"
+ VERSION=$(echo $GITHUB_REF_NAME | cut -d 'v' -f 2)
wget https://static.fossee.in/esim/manuals/eSim_Manual_$VERSION.pdf
- name: Zip the eSim_release folder