Skip to content

Commit

Permalink
[Release] Version v1.1.1 and add ftp.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonder-joker committed Dec 29, 2021
1 parent 7de825a commit 702f7a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,11 @@ jobs:
${{ steps.download.outputs.download-path }}/mirai-compose-ubuntu-latest/*
${{ steps.download.outputs.download-path }}/mirai-compose-windows-latest/*
token: ${{ secrets.GITHUB_TOKEN }}

- name: Sync to mirai forum
uses: sebastianpopp/ftp-action@releases/v2
with:
server: ${{ secrets.ftp_server }}
username: ${{ secrets.ftp_account }}
password: ${{ secrets.ftp_password }}
localDir: ${{ steps.download.outputs.download-path }}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/MiraiCompose.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object MiraiCompose {
const val name = "mirai-compose"
const val group = "com.youngerhousea.mirai"
const val version = "1.0.0"
const val version = "1.1.1"
const val mainClass = "com.youngerhousea.mirai.compose.EntryPointKt"
const val windowsUUID = "01BBD7BE-A84F-314A-FA84-67B63728A416"
}

0 comments on commit 702f7a5

Please sign in to comment.