diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release_ubuntu.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release_ubuntu.yml b/.github/workflows/release_ubuntu.yml index 86877f98..bad6b5f6 100644 --- a/.github/workflows/release_ubuntu.yml +++ b/.github/workflows/release_ubuntu.yml @@ -84,8 +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 $GITHUB_REF_NAME - echo "VERSION=$(echo $GITHUB_REF_NAME | cut -d 'v' -f 2)" >> $GITHUB_ENV + 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 |