[+] release CI builds to s3

This commit is contained in:
Clansty 2025-05-27 21:03:58 +08:00
parent b26cfab3f3
commit e8bd6c67fd
No known key found for this signature in database
GPG Key ID: 3A6BE8BAF2EDE134

View File

@ -50,6 +50,11 @@ jobs:
name: AquaMai
path: Output\Upload
- name: Upload CI release
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
shell: cmd
run: build-assets\Releaser\AquaMaiReleaser.exe "Output\Upload\AquaMai.dll" "${{ env.GIT_DESCRIBE }}"
- name: Send to Telegram
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
run: |