Skip to content

Commit

Permalink
Include README.md & LICENSE in builds (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 authored Jul 30, 2023
1 parent 2de6304 commit b1b2326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
run: |
mkdir DigitalExtinction
mv assets DigitalExtinction/
mv LICENSE DigitalExtinction/LICENSE
mv README.md DigitalExtinction/README.md
- name: Add Windows Binary
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
Expand Down

0 comments on commit b1b2326

Please sign in to comment.