From 59ee3d761e3f0e5521427cc44556ba332c8a49b0 Mon Sep 17 00:00:00 2001 From: Jacob Barber Date: Tue, 15 Oct 2024 15:33:09 -0500 Subject: [PATCH] Fix workflow permissions and enable windows releases --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2439786..71c9df2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: