File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Capsion-ST-Plugins-Release
1
+ name : Release-sublime-package
2
2
3
3
env :
4
4
PACKAGE_NAME : " Cps Run Commands.sublime-package"
@@ -12,15 +12,25 @@ jobs:
12
12
release :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
+ - name : msg
16
+ run : echo "start package ${{env.PACKAGE_NAME}}"
17
+
15
18
- name : Checkout
16
19
uses : actions/checkout@v3
17
20
18
- - name : ls
19
- run : ls -al
20
-
21
21
- name : Zip The File
22
22
uses : thedoctor0/zip-release@master
23
23
with :
24
24
type : ' zip'
25
25
filename : ${{env.PACKAGE_NAME}}
26
26
exclusions : ' *.git* /*node_modules/* .editorconfig .github/ .gitignore/ .git/'
27
+
28
+ - name : ls
29
+ run : ls -al
30
+
31
+ - name : Upload the gihub Release
32
+ uses : softprops/action-gh-release@v1
33
+ with :
34
+ token : ${{ secrets.TOKEN }}
35
+ fles : |
36
+ ${{env.PACKAGE_NAME}}
You can’t perform that action at this time.
0 commit comments