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:
1515runs :
1616 using : composite
1717 steps :
18+ - name : Set outputs
19+ id : vars
20+ shell : bash
21+ run : echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
1822 - name : Install environment
1923 shell : bash
2024 env :
@@ -243,4 +247,4 @@ runs:
243247 - name : Publish snapshot
244248 shell : bash
245249 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