fix: upgrade backup

This commit is contained in:
Larvan2
2023-03-29 13:59:36 +00:00
parent db7623968d
commit 2fef329319
2 changed files with 35 additions and 28 deletions

View File

@ -268,14 +268,6 @@ jobs:
generate_release_notes: true
body_path: release.txt
- name: Push to `MetaCubeX/AlphaBinary`
uses: s0/git-publish-subdir-action@develop
env:
REPO: git@github.com:MetaCubeX/AlphaBinary.git
BRANCH: release
FOLDER: bin
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
Upload-Release:
permissions: write-all
if: ${{ github.ref_type=='tag' }}