Workflow Updated -> 3.3.2

This commit is contained in:
shabinder 2021-09-26 14:26:03 +05:30
parent d31c5a4528
commit eb7c6966d7

View File

@ -32,7 +32,7 @@ jobs:
with:
draft: true
allowUpdates: true
tag: "v3.3.1"
tag: "v3.3.2"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
token: ${{ secrets.GH_TOKEN }}
@ -81,7 +81,7 @@ jobs:
with:
draft: true
allowUpdates: true
tag: "v3.3.1"
tag: "v3.3.2"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*,android/build/outputs/apk/release/*signed.apk"
token: ${{ secrets.GH_TOKEN }}
@ -114,6 +114,6 @@ jobs:
with:
draft: true
allowUpdates: true
tag: "v3.3.1"
tag: "v3.3.2"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
token: ${{ secrets.GH_TOKEN }}