Skip to content

Commit

Permalink
Update build variants in push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Mar 22, 2024
1 parent 17ffcfc commit 6791e5a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,11 @@ jobs:
commit_hash="${GITHUB_SHA:0:9}"
variants=(
'windows-x64;zip|exe'
'macos-universal;tar.xz|pkg'
'windows-x64-cpu;zip|exe'
'windows-x64-11.8.0;zip|exe'
'windows-x64-12.2.0;zip|exe'
'macos-arm64;tar.xz|pkg'
'macos-x86_64;tar.xz|pkg'
'ubuntu-22.04-x86_64;tar.xz|deb|ddeb'
'sources;tar.xz'
)
Expand Down

0 comments on commit 6791e5a

Please sign in to comment.