Add resolc docker

This commit is contained in:
Sebastian Miasojed
2024-08-29 13:54:47 +02:00
parent 33cbfe1da5
commit 00019eeec4
3 changed files with 17 additions and 0 deletions
+9
View File
@@ -44,3 +44,12 @@ jobs:
- name: Test CLI
run: make test-cli
- name: Build resolc
run: make install-bin
- uses: actions/upload-artifact@v4
with:
name: ${{ github.job }}-resolc
path: ./target/release/resolc
retention-days: 1