diff options
author | Ivan Zorin <[email protected]> | 2023-07-29 04:18:50 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-29 11:18:50 +1000 |
commit | 05d0ef66efea296ada9219d677e0d27f2f48a9e1 (patch) | |
tree | 5e6bbe7be76de15d2ff72940a50fb4f09c00bef5 /.github | |
parent | 55d36c98f1bb1de2c0cdce9008f5c2de9e2630ef (diff) | |
download | IronOS-05d0ef66efea296ada9219d677e0d27f2f48a9e1.tar.gz IronOS-05d0ef66efea296ada9219d677e0d27f2f48a9e1.zip |
push.yml: probable fix #1764 (#1765)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f8145858..8905f1cb 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -77,7 +77,7 @@ jobs: run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE" - name: Build ${{ matrix.model }} - run: make -j$(nproc) model="${{ matrix.model }}" firmware-multi_compressed_European firmware-multi_compressed_Bulgarian+Russian+Serbian+Ukrainian firmware-multi_Chinese+Japanese + run: make -C source/ -j$(nproc) model="${{ matrix.model }}" firmware-multi_compressed_European firmware-multi_compressed_Bulgarian+Russian+Serbian+Ukrainian firmware-multi_Chinese+Japanese - name: Copy license files run: cp LICENSE scripts/LICENSE_RELEASE.md source/Hexfile/ |