diff --git a/.github/workflows/build-toml.yml b/.github/workflows/build-toml.yml index 013c271a3..3a8f1fa86 100644 --- a/.github/workflows/build-toml.yml +++ b/.github/workflows/build-toml.yml @@ -9,8 +9,8 @@ jobs: matrix: os: - host: ubuntu-20.04 - - host: windows-2019 - - host: macos-11 + # - host: windows-2019 + # - host: macos-11 steps: - name: Install C/C++ Compiler uses: rlalik/setup-cpp-compiler@master @@ -28,5 +28,5 @@ jobs: luarocks pack toml - uses: actions/upload-artifact@v3 with: - name: output + name: output-${{ matrix.os.host }}.rock path: "*.rock"