Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abueide committed Apr 16, 2022
1 parent 89a57d0 commit f48d114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
arguments: packageDmg
- uses: softprops/action-gh-release@v1
with:
files: build/jpackage/*.pkg
files: build/compose/binaries/main/dmg/*.dmg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
arguments: packageMsi
- uses: softprops/action-gh-release@v1
with:
files: build/compose/binaries/main/msi/*.exe
files: build/compose/binaries/main/msi/*.msi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f48d114

Please sign in to comment.