Skip to content

Commit

Permalink
Fix release CI (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Jeandemange <[email protected]>
  • Loading branch information
jeandemanged authored Nov 10, 2024
1 parent 312f711 commit 2da349f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
types:
- published

permissions: { }
permissions:
contents: write

jobs:
build:
Expand Down Expand Up @@ -75,4 +76,4 @@ jobs:
if: ${{ github.event_name == 'release' }}
uses: softprops/[email protected]
with:
files: yagat_*_.zip
files: yagat_*_*.zip

0 comments on commit 2da349f

Please sign in to comment.