1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-18 15:31:46 +08:00

Regular update: 2020-07-26T11:37:09Z

This commit is contained in:
Septs 2020-07-26 19:37:09 +08:00
parent 4ab5ae5de3
commit 02a8667aeb
2 changed files with 12 additions and 0 deletions

View file

@ -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

View file

@ -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