diff options
author | saicharan0112 | 2022-11-12 12:29:37 +0530 |
---|---|---|
committer | saicharan0112 | 2022-11-12 12:29:37 +0530 |
commit | 875beccb42d8f80e25c3c0b5e355cf834b22e764 (patch) | |
tree | 44e647259e43f5f8a90f460f9da01c72d48e9228 /.github/workflows | |
parent | 1702c6921df310fdbb32cc3ff1027404e09620d3 (diff) | |
download | eSim-875beccb42d8f80e25c3c0b5e355cf834b22e764.tar.gz eSim-875beccb42d8f80e25c3c0b5e355cf834b22e764.tar.bz2 eSim-875beccb42d8f80e25c3c0b5e355cf834b22e764.zip |
fix tag names
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release_ubuntu.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release_ubuntu.yml b/.github/workflows/release_ubuntu.yml index 0d096dfc..8b95c4d7 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_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 + 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 - name: Zip the eSim_release folder run: | |