Skip to content

Commit 27aeb40

Browse files
committed
dop
1 parent 2b0c54f commit 27aeb40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/package_core.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ jobs:
5353
5454
- name: Archive core
5555
uses: actions/upload-artifact@v4
56-
working-directory: distrib
5756
with:
5857
name: ${{ env.CORE_ARTIFACT }}
59-
path: ${{ env.CORE_ARTIFACT }}.tar.bz2
58+
path: distrib/${{ env.CORE_ARTIFACT }}.tar.bz2
6059

6160
test-core:
6261
name: Test ${{ matrix.board }} board

0 commit comments

Comments
 (0)