mirror of
https://github.com/kou029w/yama.git
synced 2025-01-18 16:08:11 +00:00
add actions/upload-artifact@v2
This commit is contained in:
parent
267de7185d
commit
598305cce2
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -10,3 +10,7 @@ jobs:
|
|||
- run: sudo apt-get install -y qemu-user-static
|
||||
- run: bin/build
|
||||
- run: sudo bin/img-gen
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: megabit-armhf
|
||||
path: megabit-armhf.*
|
||||
|
|
Loading…
Add table
Reference in a new issue