Skip to content

Commit f58d534

Browse files
committed
Update GitHub CI
1 parent 2925a53 commit f58d534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildroot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/[email protected]
2222
with:
2323
name: build-${{ matrix.arch }}
24-
path: ${{ github.workspace }}/output/${{ matrix.arch }}/images/rootfs.tar
24+
path: /workspaces/buildroot-swift/output/${{ matrix.arch }}/images/rootfs.tar
2525
- name: Build Test
2626
run: |
2727
export SWIFT_BUILDROOT=$GITHUB_WORKSPACE
@@ -31,4 +31,4 @@ jobs:
3131
uses: actions/[email protected]
3232
with:
3333
name: swift-hello-${{ matrix.arch }}
34-
path: ${{ github.workspace }}/output/${{ matrix.arch }}/target/usr/bin/swift-hello
34+
path: /workspaces/buildroot-swift/output/${{ matrix.arch }}/target/usr/bin/swift-hello

0 commit comments

Comments
 (0)