Skip to content

Commit

Permalink
fix: use wildcard for release paths
Browse files Browse the repository at this point in the history
  • Loading branch information
safinsingh committed May 8, 2021
1 parent 7262b6c commit a1d1649
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
aeacus-linux.zip
aeacus-windows.zip
files: aeacus-*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a1d1649

Please sign in to comment.