From 2da349fc74f3903c9df52b7e949efe00a495f04c Mon Sep 17 00:00:00 2001 From: jeandemanged Date: Mon, 11 Nov 2024 00:28:49 +0100 Subject: [PATCH] Fix release CI (#4) Signed-off-by: Damien Jeandemange --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d083b4..18549af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,8 @@ on: types: - published -permissions: { } +permissions: + contents: write jobs: build: @@ -75,4 +76,4 @@ jobs: if: ${{ github.event_name == 'release' }} uses: softprops/action-gh-release@v2.0.9 with: - files: yagat_*_.zip + files: yagat_*_*.zip