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 31, 2025
1 parent 8e8dcb9 commit 87f6071
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,3 @@ jobs:
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 87f6071

Please sign in to comment.