From b267b1b51e3f083fdd77a659d3437ca5d5e2e588 Mon Sep 17 00:00:00 2001 From: Massimo Nocentini Date: Thu, 21 Mar 2024 13:12:35 +0100 Subject: [PATCH] Workflow --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b999024..7236707 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ name: Continuous integration on: [push] jobs: - linux-ubuntu: + ubuntu: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -10,7 +10,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: ubuntu-artifacts + name: ubuntu path: artifacts windows: @@ -30,7 +30,6 @@ jobs: - uses: actions/checkout@v4 - shell: msys2 {0} run: | - ls cd src mingw32-make mingw - shell: msys2 {0} @@ -39,6 +38,6 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: windows-artifacts + name: windows path: artifacts \ No newline at end of file