Add support for --license arg (#38)

This commit is contained in:
Sebastian Miasojed
2024-08-29 16:26:06 +02:00
committed by GitHub
parent d763e30b8f
commit 41c8d4e955
3 changed files with 18 additions and 0 deletions
+6
View File
@@ -44,3 +44,9 @@ jobs:
- name: Test CLI
run: make test-cli
- uses: actions/upload-artifact@v4
with:
name: ${{ github.job }}-resolc
path: ./target/release/resolc
retention-days: 1