diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 769d864..b81aeea 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -1,6 +1,7 @@ # Original idea by @ISnackable. Thanks to him for handling the hardest parts! # https://github.com/ISnackable/YTCubePlus/blob/main/.github/workflows/Build.yml + name: Build and Release uYouEnhanced on: @@ -82,7 +83,7 @@ jobs: - name: SDK Caching id: SDK - uses: actions/cache@v4.3.0 + uses: actions/cache@v4 env: cache-name: iOS-${{ inputs.sdk_version }}-SDK with: @@ -169,7 +170,7 @@ jobs: - name: Create Release if: ${{ inputs.create_release }} id: create_release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} UYOU_VERSION: ${{ inputs.uyou_version }}