From e45f07fb9e00dac5e550d0c1211ba50498dcb628 Mon Sep 17 00:00:00 2001 From: nonk123 Date: Tue, 28 May 2024 18:46:18 +0300 Subject: [PATCH] Major build oversight --- .github/workflows/build-native.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-native.yaml b/.github/workflows/build-native.yaml index 29a33b3..6e643a3 100644 --- a/.github/workflows/build-native.yaml +++ b/.github/workflows/build-native.yaml @@ -43,7 +43,7 @@ jobs: run: cmake --build build -j 4 - name: Assemble dist-files run: | - mkdir -p dist + mkdir -p dist-${{matrix.config.name}} cp -r assets dist-${{matrix.config.name}} cp build/${{matrix.config.exe}} dist-${{matrix.config.name}}/${{matrix.config.out}} - name: Tar the distribution