push.yml: testing proposed by github solution for actions:#472

This commit is contained in:
Ivan Zorin
2023-12-19 04:54:42 +03:00
parent 769b0ed9b4
commit 33c2d28e67

View File

@@ -59,6 +59,26 @@ jobs:
path: source/Hexfile/${{ matrix.model }}.json
upload-metadata:
needs: build
runs-on: ubuntu-20.04
steps:
- name: Download All JSONs
uses: actions/download-artifact@v4
with:
path: metadata
pattern: metadata-*
merge-multiple: true
- run: ls -R metadata
- name: Re-upload JSONs
uses: actions/upload-artifact@v4
with:
name: metadata
path: metadata/*
build_multi-lang:
runs-on: ubuntu-20.04
container: