We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3ec0a commit b7d160dCopy full SHA for b7d160d
.github/workflows/rust.yml
@@ -52,6 +52,7 @@ jobs:
52
mkdir artifact
53
# Move the built binary where you want it
54
mv "${BIN_OUTPUT}" "./artifact/basiclings${BIN_SUFFIX}"
55
+ mv "LICENSE" "LICENSE.basiclings"
56
- name: Build Autotester
57
shell: bash
58
run: |
@@ -62,6 +63,7 @@ jobs:
62
63
make
64
cd ../../../
65
mv "CEmu/tests/autotester/autotester${BIN_SUFFIX}" "./artifact/autotester${BIN_SUFFIX}"
66
+ mv "CEmu/LICENSE" "./artifact/LICENSE.autotester"
67
- name: Upload
68
uses: actions/[email protected]
69
with:
0 commit comments