Skip to content

Commit

Permalink
Fix wildcard in release source
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed Nov 10, 2023
1 parent 6ad2aa6 commit e3255f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
releases/runtime-.*
releases/dummy-framework-.*
releases/runtime-*
releases/dummy-framework-*
prerelease: ${{ startsWith(github.ref, 'refs/tags/pre-rel-v') }}

0 comments on commit e3255f6

Please sign in to comment.