diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 07c60f65..106bd7bf 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -144,7 +144,7 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git commit -m "${{ github.sha }}" git tag "files-${{ github.sha }}" + for file in $(ls .); do echo "::notice::Download $file from https://cdn.jsdelivr.net/gh/${REPO}@files-${{ github.sha }}/$file"; done echo ${{ secrets.FILES_REPO_KEY }} | base64 --decode > deploy GIT_SSH_COMMAND="ssh -i ${PWD}/deploy" git push git@github.com:${REPO}.git "files-${{ github.sha }}" - for file in $(ls .); do echo "::notice::Download $file from https://cdn.jsdelivr.net/gh/${REPO}@files-${{ github.sha }}/$file"; done fi