mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-13 08:52:23 +08:00
Regular update: 2020-07-26T11:37:09Z
This commit is contained in:
parent
4ab5ae5de3
commit
02a8667aeb
2 changed files with 12 additions and 0 deletions
7
.github/workflows/roa.yml
vendored
7
.github/workflows/roa.yml
vendored
|
@ -30,4 +30,11 @@ jobs:
|
|||
|
||||
- run: .scripts/generate-roa.sh
|
||||
|
||||
- run: git -C generated diff README.txt
|
||||
|
||||
- run: .scripts/push-to-roa.sh
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: generated
|
||||
path: generated
|
||||
|
|
5
.github/workflows/test-your-pr.yml
vendored
5
.github/workflows/test-your-pr.yml
vendored
|
@ -29,3 +29,8 @@ jobs:
|
|||
- run: .scripts/generate-roa.sh
|
||||
|
||||
- run: git -C generated diff README.txt
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: generated
|
||||
path: generated
|
||||
|
|
Loading…
Reference in a new issue