Skip to content

v88.5-1.13.0 - 2024.1 Build Support #135

v88.5-1.13.0 - 2024.1 Build Support

v88.5-1.13.0 - 2024.1 Build Support #135

Workflow file for this run

name: Release
on:
release:
types:
- created
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Pull down the Master Themes
run: ./getMasterThemes.sh
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
- run: ./ciScripts/buildPlugin.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Copy zip file
run: cp build/distributions/*.zip doki-theme.zip
- uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: doki-theme.zip
asset_name: doki-theme.zip
asset_content_type: application/zip