Update buildapp.yml

This commit is contained in:
Nguyễn Đạt 2022-10-15 00:23:25 +07:00 committed by GitHub
parent f4a9aeabb0
commit e2b31644af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,19 +104,10 @@ jobs:
THEOS: ${{ github.workspace }}/theos
UYOU_VERSION: ${{ inputs.uyou_version }}
YOUTUBE_VERSION: ${{ inputs.youtube_version }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
env:
UYOU_VERSION: ${{ inputs.uyou_version }}
YOUTUBE_VERSION: ${{ inputs.youtube_version }}
with:
name: uYouPlus_${{ env.YOUTUBE_VERSION }}_${{ env.UYOU_VERSION }}
path: ${{ github.workspace }}/main/packages/${{ steps.build_package.outputs.package }}
if-no-files-found: error
- name: Gh Release
id: gh_release
if: ${{ inputs.create_release }}
id: create_release
uses: softprops/action-gh-release@v0.1.14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}