Workflow Tag Updated

This commit is contained in:
Shabinder 2022-01-27 02:13:16 +05:30
parent cbb7285926
commit 1b929b7449

View File

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