Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Update build.yml #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ jobs:
id: checkout
with:
submodules: 'true'
- name: Build DS3615xs 7.0.1
- name: Build DS3615xs 7.1.0
id: build-ds3615xs-70
run: |
bash build-ds3615xs-7.0.1.sh
- name: Build DS918+ 7.0.1
- name: Build DS918+ 7.1.0
id: build-ds918-70
run: |
bash build-ds918-7.0.1.sh

- name: Archive DS3615xs 7.0.1 loader image
- name: Archive DS3615xs 7.1.0 loader image
uses: actions/upload-artifact@v2
with:
name: redpill-DS3615xs_7.0.1-loader
name: redpill-DS3615xs_7.1.0-loader
path: output/redpill-DS3615xs_7.0*.img


- name: Archive DS918+ 7.0.1 loader image
- name: Archive DS918+ 7.1.0 loader image
uses: actions/upload-artifact@v2
with:
name: redpill-DS918+_7.0.1-loader
name: redpill-DS918+_7.1.0-loader
path: output/redpill-DS918+_7.0*.img