Skip to content

Commit 14e3dee

Browse files
committed
add extension to license
1 parent 4a97fcd commit 14e3dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# ./bin/wrenc test/unit/path_test.wren
9696
# python3 ./util/test.py
9797
mkdir -p dist/bin
98-
cp LICENSE dist
98+
cp LICENSE dist/LICENSE.txt
9999
cp README.md dist
100100
cp bin/wrenc.exe dist/bin
101101
7z a -mm=deflate -mx=9 wren-console.zip dist
@@ -152,7 +152,7 @@ jobs:
152152
files: |
153153
./bin/wrenc
154154
./README.md
155-
./LICENSE
155+
./LICENSE.txt
156156
outPath: wren-console-${{ env.RELEASE_VERSION }}-mac.tar.gz
157157
- name: Upload Release Asset
158158
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)