fix: disable-create-button not working with prebuilt jar file (#55)

This commit is contained in:
Itroublve 2022-06-23 15:06:00 +02:00 committed by GitHub
parent f62816cd83
commit 78be64accc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2