Skip to content

Commit b7d160d

Browse files
committed
Add licenses to artifacts
1 parent 8d3ec0a commit b7d160d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
mkdir artifact
5353
# Move the built binary where you want it
5454
mv "${BIN_OUTPUT}" "./artifact/basiclings${BIN_SUFFIX}"
55+
mv "LICENSE" "LICENSE.basiclings"
5556
- name: Build Autotester
5657
shell: bash
5758
run: |
@@ -62,6 +63,7 @@ jobs:
6263
make
6364
cd ../../../
6465
mv "CEmu/tests/autotester/autotester${BIN_SUFFIX}" "./artifact/autotester${BIN_SUFFIX}"
66+
mv "CEmu/LICENSE" "./artifact/LICENSE.autotester"
6567
- name: Upload
6668
uses: actions/[email protected]
6769
with:

0 commit comments

Comments
 (0)