Skip to content

Commit

Permalink
Merge pull request #26 from recke96/fix-release-file-paths
Browse files Browse the repository at this point in the history
Fix file paths for windows
  • Loading branch information
recke96 authored Mar 17, 2024
2 parents 49d3b2a + f8c3e93 commit 442ef25
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 @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
bump:
description: Which part of the version to bump
description: Release kind
required: true
default: patch
type: choice
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ needs.version.outputs.tag_name }}
files: ${{ github.workspace }}/desktop-app/build/compose/binaries/main/${{ matrix.variant.package }}/*.${{ matrix.variant.package }}
files: ./desktop-app/build/compose/binaries/main/${{ matrix.variant.package }}/*.${{ matrix.variant.package }}

0 comments on commit 442ef25

Please sign in to comment.