Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-ez committed Jan 29, 2021
1 parent bd4f6ff commit 0334644
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/.github-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["build/*/*.tar.gz"]'
asset_paths: '["build/*"]'


windows:
Expand All @@ -67,7 +67,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["build/*/*.zip"]'
asset_paths: '["build/*"]'

macos:
runs-on: macos-latest
Expand All @@ -91,4 +91,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["build/*/*.pkg"]'
asset_paths: '["build/*"]'

0 comments on commit 0334644

Please sign in to comment.