Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tisoft committed Oct 18, 2023
1 parent 95f6610 commit 1f1b3c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,10 @@ jobs:
run: |
export JAVA_HOME=$(asdf where java)
export MAVEN_OPTS="-Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd'T'HH:mm:ss:SSSZ -Djava.awt.headless=true"
./mvnw -s .mvn/settings.xml clean install -DskipTests -Dlicense.skipAddThirdParty=true -D${{ matrix.product }}=true -Drelease.suffix= -Drevision.filename=
./mvnw -s .mvn/settings.xml clean install -DskipTests -Dlicense.skipAddThirdParty=true -D${{ matrix.product }}=true -Drelease.suffix= -Drevision.filename= -Dproduct.timestamp=$(cd studio-se-master && git show -s --format=%cd --date=format:%Y%m%d_%H%M)
- name: Archive build artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.product }}
path: '**/target/products/*.zip'

0 comments on commit 1f1b3c5

Please sign in to comment.