Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
navrocky committed Sep 17, 2024
1 parent 49d0e85 commit a20841f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build
run: ./build-uclibc.sh

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dcw
path: dist/dcw
Expand Down

0 comments on commit a20841f

Please sign in to comment.