You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release_ubuntu.yml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
+
# By Sai Charan Lanka (@saicharan0112) : Nov 12, 2022
2
+
# This is the workflow to pack the eSim for Ubuntu OS which follows the steps shown in the installer branch and release the zip file which can be uploaded onto the website
3
+
# Note:
4
+
# 1. Make sure the eSim manual for the version about to release, already exists in the https://static.fossee.in/esim/manuals/ location. Else the release fails.
5
+
# 2. To trigger this workflow, create and push tags that start with "v".
6
+
# For more info, refer to PR#230 and Issue#211
7
+
8
+
1
9
name: Auto release of eSim for Ubuntu OS
2
10
3
11
on:
4
12
push:
5
13
tags:
6
14
- 'v*'# Push events to matching v*, i.e. v2.2, v2.3 etc
0 commit comments