diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 910dae08..efbeb3e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,12 +29,12 @@ jobs: strategy: matrix: include: - # - os: ubuntu-18.04 # IMPORTANT!!! this LINUX os should be the same as in build-and-test and covecov workflows! this is for making sure caches are used in most efficient way - # artifact_name: 'release/{*.AppImage,*.rpm,*.deb,*.yml}' + - os: ubuntu-18.04 # IMPORTANT!!! this LINUX os should be the same as in build-and-test and covecov workflows! this is for making sure caches are used in most efficient way + artifact_name: 'release/{*.AppImage,*.rpm,*.deb,*.yml}' - os: windows-2019 artifact_name: 'release/{*.msi,*.exe,*.blockmap,*.yml}' - # - os: macos-10.15 - # artifact_name: 'release/{*.dmg,*.blockmap,*.yml}' + - os: macos-10.15 + artifact_name: 'release/{*.dmg,*.blockmap,*.yml}' steps: - name: Checkout code