Skip to content

Commit

Permalink
Fixing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMartin86 committed Apr 28, 2024
1 parent 4d9b875 commit eb6e49e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
with:
name: compiled-waterbox
path: |
${{ github.workspace }}/waterbox/libco/obj
${{ github.workspace }}/waterbox/musl/obj
${{ github.workspace }}/waterbox/emulibc/obj
${{ github.workspace }}/waterbox/libcxx/build*
${{ github.workspace }}/waterbox/sysroot
waterbox/libco/obj
waterbox/musl/obj
waterbox/emulibc/obj
waterbox/libcxx/build*
waterbox/sysroot
check-artifact:
runs-on: ubuntu-latest
Expand All @@ -68,6 +68,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: compiled-waterbox
path: waterbox
- name: Listing Files
working-directory: ./waterbox/sysroot
run: ls -laR
Expand Down

0 comments on commit eb6e49e

Please sign in to comment.