Skip to content

Commit

Permalink
Added archiving of products for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sr committed Sep 30, 2022
1 parent 4e903e7 commit 303f883
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ jobs:
- name: Build and package epoch
run: mvn package || mvn -U package
shell: bash
- name: Archive Products
uses: actions/upload-artifact@v2
with:
name: LF Products
retention-days: 1
path: |
org.lflang.rca/target/products/*.tar.gz
org.lflang.rca/target/products/*.zip
build_upload/*
- name: Deploy nightly release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit 303f883

Please sign in to comment.