1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

chore(release): publish all binaries with one piper step (#3703)

This commit is contained in:
Christopher Fenner
2022-04-08 13:27:46 +02:00
committed by GitHub
parent 6dcda42dd6
commit 30e06b8311

View File

@@ -31,38 +31,7 @@ jobs:
with:
piper-version: master
command: githubPublishRelease
flags: --token ${{ secrets.GITHUB_TOKEN }} --assetPath ./piper_master
- uses: SAP/project-piper-action@master
name: 'publish Mac master binary'
with:
piper-version: master
command: githubPublishRelease
flags: --token ${{ secrets.GITHUB_TOKEN }} --version latest --assetPath ./piper_master-darwin.x86_64
- uses: SAP/project-piper-action@master
name: 'publish Windows master binary'
with:
piper-version: master
command: githubPublishRelease
flags: --token ${{ secrets.GITHUB_TOKEN }} --version latest --assetPath ./piper_master-win.x86_64.exe
- uses: SAP/project-piper-action@master
name: 'publish Linux binary'
with:
piper-version: master
command: githubPublishRelease
flags: --token ${{ secrets.GITHUB_TOKEN }} --version latest --assetPath ./piper
- uses: SAP/project-piper-action@master
name: 'publish Mac binary'
with:
piper-version: master
command: githubPublishRelease
flags: --token ${{ secrets.GITHUB_TOKEN }} --version latest --assetPath ./piper-darwin.x86_64
- uses: SAP/project-piper-action@master
name: 'publish Windows binary'
with:
piper-version: master
command: githubPublishRelease
flags: --token ${{ secrets.GITHUB_TOKEN }} --version latest --assetPath ./piper-win.x86_64.exe
flags: --token ${{ secrets.GITHUB_TOKEN }} --assetPathList ./piper_master --assetPathList ./piper --assetPathList ./piper_master-darwin.x86_64 --assetPathList ./piper-darwin.x86_64 --assetPathList ./piper_master-win.x86_64.exe --assetPathList ./piper-win.x86_64.exe
- name: Build and publish jar for consumption in unit tests
run: mvn package
- uses: SAP/project-piper-action@master