Skip to content

Commit

Permalink
deploy repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jul 1, 2024
1 parent 323cac4 commit 75a1f79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
run: |
maven/bin/mvn verify -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: Collect artifacts to deploy
run: |
mkdir -p deploy/repo
cp -R releng/org.zikula.modulestudio.generator.build/target/repository/* deploy/repo
# see https://github.com/WebFreak001/deploy-nightly
- name: Deploy standalone generator
uses: WebFreak001/deploy-nightly@master
Expand Down

0 comments on commit 75a1f79

Please sign in to comment.