Skip to content

Commit

Permalink
collect artifacts during build
Browse files Browse the repository at this point in the history
  • Loading branch information
barend-xebia committed Nov 22, 2024
1 parent 06198b8 commit 72633ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ jobs:
shell: bash
run: |
sbt +package +assembly
- uses: actions/upload-artifact@v4
with:
name: jar binaries
path: |
spot/target/spark-3.?-jvm-2.1?/spot-*.jar
spot-complete/target/spark-3.?-jvm-2.1?/spot-complete-*.jar
retention-days: 7

0 comments on commit 72633ac

Please sign in to comment.