We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cf97f commit 0748519Copy full SHA for 0748519
1 file changed
.github/workflows/ci.yml
@@ -108,9 +108,9 @@ jobs:
108
- name: Checkout current source code
109
uses: actions/checkout@v4
110
with:
111
- ################ Build and install current plugin ##############
112
path: ${{ env.WORKSPACE_SRC_PATH }}
113
-
+
+ ################ Build and install current plugin ##############
114
- name: Build and install
115
shell: bash
116
run: |
@@ -217,4 +217,4 @@ jobs:
217
files: |
218
artifacts/InfinyToolkit_*_Linux.zip
219
artifacts/InfinyToolkit_*_Windows.zip
220
- artifacts/InfinyToolkit_*_macOS.zip
+ artifacts/InfinyToolkit_*_macOS.zip
0 commit comments