summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsaicharan01122022-11-12 12:22:28 +0530
committersaicharan01122022-11-12 12:22:28 +0530
commit1702c6921df310fdbb32cc3ff1027404e09620d3 (patch)
treeb22f9a6715b45a35384b225098761b5b4691b095 /.github
parenta92252583e6d946421d47748fed9bd836b66bcc3 (diff)
downloadeSim-1702c6921df310fdbb32cc3ff1027404e09620d3.tar.gz
eSim-1702c6921df310fdbb32cc3ff1027404e09620d3.tar.bz2
eSim-1702c6921df310fdbb32cc3ff1027404e09620d3.zip
fix tag names
Diffstat (limited to '.github')
-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 f12b0f66..0d096dfc 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_${{ env.VERSION }}.pdf
+ echo $GITHUB_REF_TYPE
+ # echo "VERSION=$(echo $GITHUB_REF_TYPE | cut -d 'v' -f 2)" >> $GITHUB_ENV
+ wget https://static.fossee.in/esim/manuals/eSim_Manual_$GITHUB_REF_TYPE.pdf
- name: Zip the eSim_release folder
run: |