Skip to content

Commit 0748519

Browse files
authored
Fix indentation in CI workflow file
1 parent e0cf97f commit 0748519

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
- name: Checkout current source code
109109
uses: actions/checkout@v4
110110
with:
111-
################ Build and install current plugin ##############
112111
path: ${{ env.WORKSPACE_SRC_PATH }}
113-
112+
113+
################ Build and install current plugin ##############
114114
- name: Build and install
115115
shell: bash
116116
run: |
@@ -217,4 +217,4 @@ jobs:
217217
files: |
218218
artifacts/InfinyToolkit_*_Linux.zip
219219
artifacts/InfinyToolkit_*_Windows.zip
220-
artifacts/InfinyToolkit_*_macOS.zip
220+
artifacts/InfinyToolkit_*_macOS.zip

0 commit comments

Comments
 (0)