Skip to content

Commit

Permalink
Merge pull request #75 from Jacoby6000/fix-workflow-perms
Browse files Browse the repository at this point in the history
Fix workflow permissions and enable windows releases
  • Loading branch information
Adamcake authored Oct 17, 2024
2 parents 6250a41 + 59ee3d7 commit 3688f2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ on:
types:
- published # Automatically build on release

# Grant content write permissions so that the actions can attach artifacts to the releases
permissions:
contents: write

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

jobs:
Expand Down

0 comments on commit 3688f2d

Please sign in to comment.