From 420a4cf110fd5924db4770d7c13fcee3cff7a07f Mon Sep 17 00:00:00 2001 From: Kyrylo Kulyhin Date: Mon, 30 Sep 2024 21:50:04 +0300 Subject: [PATCH] Feature/GitHub actions (#8) * remove linux target * remove linux target * add missing zip * fix upload files * fix github token * fix github token --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ea5842..a04df6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,10 +4,9 @@ on: release: types: [published] - pull_request: - branches: - - main - - feature/github-actions +permissions: + contents: write + jobs: build: