Skip to content

Commit

Permalink
Update GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 27, 2024
1 parent 2925a53 commit f58d534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]
with:
name: build-${{ matrix.arch }}
path: ${{ github.workspace }}/output/${{ matrix.arch }}/images/rootfs.tar
path: /workspaces/buildroot-swift/output/${{ matrix.arch }}/images/rootfs.tar
- name: Build Test
run: |
export SWIFT_BUILDROOT=$GITHUB_WORKSPACE
Expand All @@ -31,4 +31,4 @@ jobs:
uses: actions/[email protected]
with:
name: swift-hello-${{ matrix.arch }}
path: ${{ github.workspace }}/output/${{ matrix.arch }}/target/usr/bin/swift-hello
path: /workspaces/buildroot-swift/output/${{ matrix.arch }}/target/usr/bin/swift-hello

0 comments on commit f58d534

Please sign in to comment.