Skip to content

Commit

Permalink
Add licenses to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
rpitasky committed Jan 5, 2025
1 parent 8d3ec0a commit e582f1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
mkdir artifact
# Move the built binary where you want it
mv "${BIN_OUTPUT}" "./artifact/basiclings${BIN_SUFFIX}"
mv "LICENSE" "./artifact/LICENSE.basiclings"
- name: Build Autotester
shell: bash
run: |
Expand All @@ -62,6 +63,7 @@ jobs:
make
cd ../../../
mv "CEmu/tests/autotester/autotester${BIN_SUFFIX}" "./artifact/autotester${BIN_SUFFIX}"
mv "CEmu/LICENSE" "./artifact/LICENSE.autotester"
- name: Upload
uses: actions/upload-artifact@v4.5.0
with:
Expand Down

0 comments on commit e582f1e

Please sign in to comment.