Skip to content

Commit

Permalink
update release directory for newer compose plugin on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed Nov 24, 2023
1 parent db32365 commit f469f27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ jobs:
name: distributable-${{ matrix.os }}
if-no-files-found: ignore
path: |
app/build/compose/notarization/**/*.dmg
app/build/**/*.msi
app/build/**/*.deb
app/build/compose/binaries/**/*.dmg
app/build/compose/binaries/**/*.msi
app/build/compose/binaries/**/*.deb
- name: Release
uses: softprops/action-gh-release@v1
with:
prerelease: ${{ contains(github.event.inputs.version, '-rc') || contains(github.event.inputs.version, '-b') || contains(github.event.inputs.version, '-a') }}
files: |
app/build/compose/notarization/**/*.dmg
app/build/**/*.msi
app/build/**/*.deb
app/build/compose/binaries/**/*.dmg
app/build/compose/binaries/**/*.msi
app/build/compose/binaries/**/*.deb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f469f27

Please sign in to comment.