mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
cd: use fork of flathub repo instead of the official
This commit is contained in:
parent
0cb87ba6df
commit
51d83e18cc
6
.github/workflows/spotube-publish-binary.yml
vendored
6
.github/workflows/spotube-publish-binary.yml
vendored
@ -18,8 +18,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: flathub/com.github.KRTirtho.Spotube
|
repository: KRTirtho/com.github.KRTirtho.Spotube
|
||||||
token: ${{ secrets.FLATHUB_TOKEN }}
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: spotube
|
path: spotube
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
git switch update-${{ inputs.version }}
|
git switch update-${{ inputs.version }}
|
||||||
|
|
||||||
- name: Push to flathub
|
- name: Push to flathub
|
||||||
if: ${{ !inputs.dry_run }}
|
# if: ${{ !inputs.dry_run }}
|
||||||
run: git push -u origin update-${{ inputs.version }}
|
run: git push -u origin update-${{ inputs.version }}
|
||||||
|
|
||||||
aur:
|
aur:
|
||||||
|
Loading…
Reference in New Issue
Block a user