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 2d28d6f commit d135351Copy full SHA for d135351
.github/workflows/build-everything.yml
@@ -72,8 +72,7 @@ jobs:
72
working-directory: ./srcwrtimer_sample_extension
73
run: cargo make compile-srcwrtimer-scripts
74
- name: Upload package
75
- working-directory: ./srcwrtimer_sample_extension
76
uses: actions/upload-artifact@v4
77
with:
78
name: sample-${{ github.head_ref || github.ref_name }}-${{ env.GITHUB_SHA_SHORT }}
79
- path: _package/srcwrtimer
+ path: srcwrtimer_sample_extension/_package/srcwrtimer
0 commit comments