Skip to content

Commit

Permalink
Fix: Upload release files
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed Nov 10, 2023
1 parent 939fae3 commit 5aa78e7
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/golem-runtime-${{ matrix.os }}-${{ github.ref }}.*
releases/golem-framework-${{ matrix.os }}-${{ github.ref }}.*
releases/golem-runtime-.*
releases/golem-framework-.*
prerelease: ${{ startsWith(github.ref, 'refs/tags/pre-rel-v') }}

0 comments on commit 5aa78e7

Please sign in to comment.