diff options
author | saicharan0112 | 2022-11-12 11:02:13 +0530 |
---|---|---|
committer | saicharan0112 | 2022-11-12 11:02:13 +0530 |
commit | 3aaa8b7b53c05434afae7ef87d2a1f1394532463 (patch) | |
tree | d50a26f2810251a9f3b571507d73de7f00fd1929 | |
parent | 4e396cfc37aa822cc59bbe75a14a469550b049f7 (diff) | |
download | eSim-3aaa8b7b53c05434afae7ef87d2a1f1394532463.tar.gz eSim-3aaa8b7b53c05434afae7ef87d2a1f1394532463.tar.bz2 eSim-3aaa8b7b53c05434afae7ef87d2a1f1394532463.zip |
version env variable fix
-rw-r--r-- | .github/workflows/release_ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_ubuntu.yml b/.github/workflows/release_ubuntu.yml index 107935f4..ceeea635 100644 --- a/.github/workflows/release_ubuntu.yml +++ b/.github/workflows/release_ubuntu.yml @@ -85,7 +85,7 @@ jobs: - name: Copy eSim manual which is available at https://static.fossee.in/esim/manuals/ run: | version=echo ${{github.ref_name}} | tr -d "v" -f 2 - wget https://static.fossee.in/esim/manuals/eSim_Manual_${{version}}.pdf + wget https://static.fossee.in/esim/manuals/eSim_Manual_$version.pdf - name: Zip the eSim_release folder run: | |