mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 09:49:46 +00:00
Add AltStore source and separate update workflow from release pipeline
- Create standalone update-altstore.yml workflow (workflow_dispatch + workflow_call) that gets version from latest GitHub release tag instead of project.pbxproj - Replace inline update_altstore job in release.yml with workflow_call reference - Add altstore-source.json with app metadata and initial version entry - Update README with revised features, TestFlight install link, and new logo assets
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -105,4 +105,7 @@ jobs:
|
||||
tag: ${{ env.VERSION_NUMBER }}-${{ env.BUILD_NUMBER }}
|
||||
prerelease: true
|
||||
bodyFile: CHANGELOG.md
|
||||
update_altstore:
|
||||
needs: ['release']
|
||||
uses: ./.github/workflows/update-altstore.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user