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