mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 06:42:10 +00:00
Fix bug
This commit is contained in:
parent
c7ebe3c350
commit
d71dba4405
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -161,7 +161,7 @@ jobs:
|
|||
if-no-files-found: error
|
||||
|
||||
- name: Create Release
|
||||
if: inputs.create_release == 'true'
|
||||
if: ${{ inputs.create_release }}
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v2.0.4
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue