Temporarily revert softprops version (buildapp.yml)

2.2.0 has changed the way it creates the release and the ipa. I’ll try to fix it in a different branch and merge it once it’s fixed.
This commit is contained in:
aricloverGitHub (INACTIVE) 2024-12-15 17:59:43 -06:00 committed by GitHub
parent b3f7cbdde5
commit 8d8ad78165
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ jobs:
- name: Create Release
if: ${{ inputs.create_release }}
id: create_release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UYOU_VERSION: ${{ inputs.uyou_version }}