From b407cbf899feae6c6083b67ff1c11b7a2f678fbb Mon Sep 17 00:00:00 2001 From: AKuHAK Date: Wed, 12 Aug 2020 11:52:29 +0300 Subject: [PATCH] test stripped --- .github/workflows/compilation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index d19a013cb..472858567 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -73,8 +73,8 @@ jobs: - name: Compile -> make ${{ matrix.t10k }} ${{ matrix.igs }} ${{ matrix.pademu }} ${{ matrix.rtl }} NOT_PACKED=1 run: | - make --trace ${{ matrix.t10k }} ${{ matrix.igs }} ${{ matrix.pademu }} ${{ matrix.rtl }} NOT_PACKED=1 - mv opl.elf OPNPS2LD-${{ matrix.t10k }}-${{ matrix.igs }}-${{ matrix.pademu }}-${{ matrix.rtl }}-${{ steps.version.outputs.version }}.ELF + make --trace ${{ matrix.t10k }} ${{ matrix.igs }} ${{ matrix.pademu }} ${{ matrix.rtl }} + mv opl-stripped.elf OPNPS2LD-${{ matrix.t10k }}-${{ matrix.igs }}-${{ matrix.pademu }}-${{ matrix.rtl }}-${{ steps.version.outputs.version }}.ELF - name: Upload variants artifact if: ${{ success() }}