Skip to content

Commit

Permalink
Upload .nbm file as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Jun 16, 2022
1 parent b1eb32b commit 0ab2058
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file tools/enso4igv/pom.xml
- name: Archive NBM file
uses: actions/upload-artifact@v3
with:
name: org-enso-tools-enso4igv.nbm
path: tools/enso4igv/target/*.nbm

0 comments on commit 0ab2058

Please sign in to comment.