mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04:00
auto version change in Makefile
This commit is contained in:
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
@@ -131,6 +131,10 @@ jobs:
|
||||
BUNDLE_ID: ${{ inputs.bundle_id }}
|
||||
APP_NAME: ${{ inputs.app_name }}
|
||||
|
||||
- name: Update PACKAGE_VERSION in Makefile
|
||||
run: |
|
||||
sed -i '' "s/^PACKAGE_VERSION.*$/PACKAGE_VERSION = ${{ inputs.youtube_version }}-${{ inputs.ytliteplus_version }}/" main/Makefile
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
env:
|
||||
|
Reference in New Issue
Block a user