Skip to content

Commit 83fbbed

Browse files
committed
chore: fix release.yaml 缩进问题?
1 parent 12b9785 commit 83fbbed

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Diff for: .github/workflows/relese.yaml

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Capsion-ST-Plugins-Release
2+
23
env:
34
PACKAGE_NAME: "Cps Run Commands.sublime-package"
5+
46
on:
57
push:
68
tags:
@@ -10,13 +12,13 @@ jobs:
1012
release:
1113
runs-on: ubuntu-latest
1214
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v3
15-
run: ls -al
15+
- name: Checkout
16+
uses: actions/checkout@v3
17+
run: ls -al
1618

17-
- name: Zip The File
18-
uses: thedoctor0/zip-release@master
19-
with:
20-
type: 'zip'
21-
filename: ${{env.PACKAGE_NAME}}
22-
exclusions: '*.git* /*node_modules/* .editorconfig .github/ .gitignore/ .git/'
19+
- name: Zip The File
20+
uses: thedoctor0/zip-release@master
21+
with:
22+
type: 'zip'
23+
filename: ${{env.PACKAGE_NAME}}
24+
exclusions: '*.git* /*node_modules/* .editorconfig .github/ .gitignore/ .git/'

0 commit comments

Comments
 (0)