mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
Change step order
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -34,9 +34,9 @@ jobs:
|
||||
run: sudo make update
|
||||
- name: Iso
|
||||
run: sudo make iso
|
||||
- name: Clean
|
||||
run: sudo make clean
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: TrueNAS ISO
|
||||
path: ./tmp/release/*.iso
|
||||
- name: Clean
|
||||
run: sudo make clean
|
||||
|
||||
Reference in New Issue
Block a user