File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
.github/actions/deploy-ubuntu Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ inputs:
15
15
runs :
16
16
using : composite
17
17
steps :
18
+ - name : Set outputs
19
+ id : vars
20
+ shell : bash
21
+ run : echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
18
22
- name : Install environment
19
23
shell : bash
20
24
env :
@@ -243,4 +247,4 @@ runs:
243
247
- name : Publish snapshot
244
248
shell : bash
245
249
if : " github.event_name != 'release'"
246
- run : ./gradlew build publish -Pdeploy.kotlin=false -Pdeploy.native=true -Pffmpeg.gpl=${{ matrix.gpl }} --console=plain --info --configure-on-demand --parallel --build-cache
250
+ run : ./gradlew build publish -Pdeploy.kotlin=false -Pdeploy.native=true -Pffmpeg.gpl=${{ matrix.gpl }} -Pdeploy.version=${{ steps.vars.outputs.sha_short }}-dev - -console=plain --info --configure-on-demand --parallel --build-cache
You can’t perform that action at this time.
0 commit comments