Skip to content

Commit

Permalink
Chore: gh release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonherrmann committed May 24, 2022
1 parent 7613de3 commit bea6cb5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,15 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Execute Gradle build
run: ./gradlew jar
run: ./gradlew jar
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
files: |
testdriver-legacy/build/libs/etf-bsxtd-legacy-*.jar
testdriver/build/libs/etf-bsxtd-*.jar
testdriver-bridge/build/libs/etf-extensions.xar
topox/build/libs/etf-topox.xar
gmlgeox/build/libs/etf-gmlgeox.xar

0 comments on commit bea6cb5

Please sign in to comment.