Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored Jan 30, 2025
1 parent e2a29ec commit 8e8dcb9
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,47 +60,47 @@ jobs:
run: docker push -a -q ghcr.io/camunda-community-hub/camunda-7-to-8-migration/diagram-converter
- name: Push all process instance migrator images
run: docker push -a -q ghcr.io/camunda-community-hub/camunda-7-to-8-migration/process-instance-migration
# - if: github.event.release
# name: Attach Java artifacts to GitHub Release (Release only)
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: ${{ steps.release.outputs.artifacts_archive_path }}
# asset_name: camunda-7-to-8-migration.zip
# asset_content_type: application/zip
# - if: github.event.release
# name: Attach Go artifacts to GitHub Release (Release only)
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: cawemo-to-web-modeler-migration/cawemo-to-web-modeler-migration
# asset_name: cawemo-to-web-modeler-migration
# asset_content_type: application/octet-stream
# - name: Publish Unit Test Results
# id: publish
# uses: EnricoMi/publish-unit-test-result-action@v2
# if: always()
# with:
# files: '**/target/surefire-reports/*.xml'
# publish-modeler-plugin:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - name: Archive Plugin
# uses: thedoctor0/zip-release@master
# with:
# path: 'modeler-plugin-7-to-8-converter'
# type: 'zip'
# filename: 'modeler-plugin-7-to-8-converter.zip'
# exclusions: '*.git* /*node_modules/*'
# - if: github.event.release
# name: Upload Release
# uses: ncipollo/release-action@v1
# with:
# artifacts: "modeler-plugin-7-to-8-converter.zip"
# allowUpdates: true
# token: ${{ secrets.GITHUB_TOKEN }}
- if: github.event.release
name: Attach Java artifacts to GitHub Release (Release only)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.release.outputs.artifacts_archive_path }}
asset_name: camunda-7-to-8-migration.zip
asset_content_type: application/zip
- if: github.event.release
name: Attach Go artifacts to GitHub Release (Release only)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: cawemo-to-web-modeler-migration/cawemo-to-web-modeler-migration
asset_name: cawemo-to-web-modeler-migration
asset_content_type: application/octet-stream
- name: Publish Unit Test Results
id: publish
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: '**/target/surefire-reports/*.xml'
publish-modeler-plugin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Archive Plugin
uses: thedoctor0/zip-release@master
with:
path: 'modeler-plugin-7-to-8-converter'
type: 'zip'
filename: 'modeler-plugin-7-to-8-converter.zip'
exclusions: '*.git* /*node_modules/*'
- if: github.event.release
name: Upload Release
uses: ncipollo/release-action@v1
with:
artifacts: "modeler-plugin-7-to-8-converter.zip"
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8e8dcb9

Please sign in to comment.