Skip to content

Commit d135351

Browse files
committed
surely it'll work now
1 parent 2d28d6f commit d135351

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-everything.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
7272
working-directory: ./srcwrtimer_sample_extension
7373
run: cargo make compile-srcwrtimer-scripts
7474
- name: Upload package
75-
working-directory: ./srcwrtimer_sample_extension
7675
uses: actions/upload-artifact@v4
7776
with:
7877
name: sample-${{ github.head_ref || github.ref_name }}-${{ env.GITHUB_SHA_SHORT }}
79-
path: _package/srcwrtimer
78+
path: srcwrtimer_sample_extension/_package/srcwrtimer

0 commit comments

Comments
 (0)