mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
ci: Uplod the artifct to the store-repo first
This commit is contained in:
@@ -326,15 +326,6 @@ jobs:
|
||||
echo "=== artifacts-store ==="
|
||||
ls -al artifacts-store/
|
||||
|
||||
- name: Upload to master repository
|
||||
run: |
|
||||
ghr_v0.17.0_linux_amd64/ghr -u Vita3K -r Vita3K -recreate \
|
||||
-n 'Automatic CI builds' \
|
||||
-b "$(printf "Corresponding commit: ${{ github.sha }}\nVita3K Build: ${{ env.Build_Variable }}")" \
|
||||
continuous artifacts-master/
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Upload to store repository
|
||||
run: |
|
||||
ghr_v0.17.0_linux_amd64/ghr -u Vita3K -r Vita3K-builds \
|
||||
@@ -343,3 +334,12 @@ jobs:
|
||||
${{ env.Build_Variable }} artifacts-store/
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.STORE_TOKEN }}
|
||||
|
||||
- name: Upload to master repository
|
||||
run: |
|
||||
ghr_v0.17.0_linux_amd64/ghr -u Vita3K -r Vita3K -recreate \
|
||||
-n 'Automatic CI builds' \
|
||||
-b "$(printf "Corresponding commit: ${{ github.sha }}\nVita3K Build: ${{ env.Build_Variable }}")" \
|
||||
continuous artifacts-master/
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user