Skip to content

Commit

Permalink
Update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Oct 24, 2023
1 parent 4a41cc5 commit 564d72f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/releaseExtension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,12 @@ jobs:
cache: gradle
- name: Build Zip
run: ./gradlew hivemqExtensionZip
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/hivemq-extension/hivemq-allow-all-extension-${{ github.event.release.name }}.zip
asset_name: hivemq-allow-all-extension-${{ github.event.release.name }}.zip
asset_content_type: application/zip

0 comments on commit 564d72f

Please sign in to comment.