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 0748519 commit 83c6b29Copy full SHA for 83c6b29
1 file changed
.github/workflows/ci.yml
@@ -109,7 +109,7 @@ jobs:
109
uses: actions/checkout@v4
110
with:
111
path: ${{ env.WORKSPACE_SRC_PATH }}
112
-
+
113
################ Build and install current plugin ##############
114
- name: Build and install
115
shell: bash
@@ -173,6 +173,7 @@ jobs:
173
174
name: ${{ steps.sanitize.outputs.artifact_name }}
175
path: ${{ env.WORKSPACE_ARTIFACT_PATH }}
176
177
################### Tests ##############
178
- name: Launch test
179
uses: sofa-framework/sofa-test-action@v1.0
@@ -186,6 +187,7 @@ jobs:
186
187
nb_parallel_threads: '4'
188
189
190
+ ################### Create plugin artifacts ##############
191
deploy:
192
name: Deploy artifacts
193
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments