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