We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b9785 commit 83fbbedCopy full SHA for 83fbbed
.github/workflows/relese.yaml
@@ -1,6 +1,8 @@
1
name: Capsion-ST-Plugins-Release
2
+
3
env:
4
PACKAGE_NAME: "Cps Run Commands.sublime-package"
5
6
on:
7
push:
8
tags:
@@ -10,13 +12,13 @@ jobs:
10
12
release:
11
13
runs-on: ubuntu-latest
14
steps:
- - name: Checkout
- uses: actions/checkout@v3
15
- run: ls -al
+ - name: Checkout
16
+ uses: actions/checkout@v3
17
+ run: ls -al
18
- - name: Zip The File
- uses: thedoctor0/zip-release@master
19
- with:
20
- type: 'zip'
21
- filename: ${{env.PACKAGE_NAME}}
22
- exclusions: '*.git* /*node_modules/* .editorconfig .github/ .gitignore/ .git/'
+ - name: Zip The File
+ uses: thedoctor0/zip-release@master
+ with:
+ type: 'zip'
23
+ filename: ${{env.PACKAGE_NAME}}
24
+ exclusions: '*.git* /*node_modules/* .editorconfig .github/ .gitignore/ .git/'
0 commit comments