mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-07 19:47:09 -05:00
[+] release CI builds to s3
This commit is contained in:
parent
b26cfab3f3
commit
e8bd6c67fd
5
.github/workflows/aquamai.yaml
vendored
5
.github/workflows/aquamai.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user