Skip to content

Commit

Permalink
fix windows executables not being added to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipnah committed Aug 13, 2024
1 parent 80482d3 commit e0531a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fi
- name: Zip release
run: 7z a -tzip "ego-${{matrix.os}}-${{matrix.arch}}.zip" "ego"
run: 7z a -tzip "ego-${{matrix.os}}-${{matrix.arch}}.zip" "ego*"

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e0531a2

Please sign in to comment.