diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b24949..7e0ae54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,10 @@ jobs: include: - os: macos-latest make_command: make:mac - # - os: ubuntu-latest - # make_command: make:linux - # - os: windows-latest - # make_command: make:win + - os: ubuntu-latest + make_command: make:linux + - os: windows-latest + make_command: make:win steps: - name: Check out Git repository