Skip to content

Commit 0142458

Browse files
committed
ci: publish individual commit builds
1 parent 7cfa1b4 commit 0142458

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/actions/deploy-ubuntu/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ inputs:
1515
runs:
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

0 commit comments

Comments
 (0)