Skip to content

Commit

Permalink
Ensure only required files are added to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Griffiths committed Aug 24, 2024
1 parent 372e62a commit 4ec37eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
target_commitish: master
tag_name: ${{ steps.package-version.outputs.current-version}}
files: |
release/**/*.AppImage
release/**/*.exe
release/**/Vapour-*.AppImage
release/**/Vapour-*.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4ec37eb

Please sign in to comment.