From ecfd136057c7aaf88712756d46eda22a10ad709a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeromos=20Kov=C3=A1cs?= Date: Tue, 19 Nov 2024 09:42:36 +0100 Subject: [PATCH] misc(ci): fixup --- .github/workflows/rust.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6609cfa..6980522 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,13 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - include: - - os: macos-latest - target: apple - - os: ubuntu-latest - target: linux - - os: windows-latest - target: windows + os: [macos-latest, ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v4 @@ -35,5 +29,5 @@ jobs: - name: Upload executable uses: actions/upload-artifact@v4 with: - name: cgol-tui_${{ matrix.target }} + name: cgol-tui_${{ matrix.os }} path: target/release/cgol-tui*