Skip to content

Commit 8dc0959

Browse files
committed
Fix wamp-cicd action path in test-serdes job
Remove incorrect .github/ prefix from action path. Correct path is wamp-proto/wamp-cicd/actions/upload-artifact-verified@main not wamp-proto/wamp-cicd/.github/actions/upload-artifact-verified@main Related to CI failure: https://github.com/crossbario/autobahn-python/actions/runs/19380729500
1 parent 2f65dec commit 8dc0959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
209209
- name: Upload SerDes test results
210210
if: always()
211-
uses: wamp-proto/wamp-cicd/.github/actions/upload-artifact-verified@main
211+
uses: wamp-proto/wamp-cicd/actions/upload-artifact-verified@main
212212
with:
213213
name: serdes-test-results-${{ matrix.python-env }}
214214
path: test-results/serdes-${{ matrix.python-env }}/

0 commit comments

Comments
 (0)