Skip to content

do not use upx anymore (#759) #6

do not use upx anymore (#759)

do not use upx anymore (#759) #6

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_SECRETS }}