Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginsakura committed Sep 22, 2023
1 parent 3c03a0c commit 3db5be7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3db5be7

Please sign in to comment.