Skip to content

Commit

Permalink
Temporarily enable release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoby6000 committed Oct 6, 2024
1 parent 95d1c49 commit dde7c3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
- master # Automatically build on pull request to master
release:
types:
- published # Automatically build and publish artifacts on release (gated behind ENABLE_WINDOWS_RELEASES)
- published # Automatically build on release

env:
WINDOWS_CEF_VERSION: '114.0.5735.199'
LINUX_CEF_VERSION: '114.0.5735.134'
LUAJIT_VERSION: '2.1'
ENABLE_WINDOWS_RELEASES: 'false'
ENABLE_LINUX_RELEASES: 'false'
ENABLE_WINDOWS_RELEASES: 'true'
ENABLE_LINUX_RELEASES: 'true'

jobs:
build-windows-project:
Expand Down

0 comments on commit dde7c3c

Please sign in to comment.