Skip to content

Commit

Permalink
add extension to license
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed May 20, 2021
1 parent 4a97fcd commit 14e3dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# ./bin/wrenc test/unit/path_test.wren
# python3 ./util/test.py
mkdir -p dist/bin
cp LICENSE dist
cp LICENSE dist/LICENSE.txt
cp README.md dist
cp bin/wrenc.exe dist/bin
7z a -mm=deflate -mx=9 wren-console.zip dist
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
files: |
./bin/wrenc
./README.md
./LICENSE
./LICENSE.txt
outPath: wren-console-${{ env.RELEASE_VERSION }}-mac.tar.gz
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 14e3dee

Please sign in to comment.