Skip to content

Commit

Permalink
build: Update files for release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
hazre committed Oct 20, 2024
1 parent fc8782a commit 7147c9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
name: v${{ steps.get-version.outputs.version }}
tag_name: v${{ steps.get-version.outputs.version }}
target_commitish: ${{ github.sha }}
files: releases/**/*
files: |
releases/**/releases.*.json
releases/**/*.nupkg
releases/**/*.zip
releases/**/*.exe
releases/**/*.AppImage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7147c9a

Please sign in to comment.