Skip to content

Commit 88203ba

Browse files
author
Tim Schneeberger
authored
Update package-deb.yml
1 parent 290e96a commit 88203ba

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/package-deb.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,22 @@ jobs:
192192
with:
193193
repository: 'ThePBone/PPA-Repository'
194194

195+
- name: Prepare version information (1/3)
196+
uses: oprypin/find-latest-tag@v1
197+
with:
198+
repository: Audio4Linux/JDSP4Linux
199+
releases-only: false
200+
id: last_release
201+
202+
- name: Prepare version information (2/3)
203+
uses: benjlevesque/[email protected]
204+
id: short-sha
205+
with:
206+
length: 6
207+
- name: Prepare version information (3/3)
208+
run: echo '::set-output name=version::${{steps.last_release.outputs.tag}}-${{steps.short-sha.outputs.sha}}'
209+
id: version
210+
195211
- name: Download package artifact
196212
uses: actions/download-artifact@v2
197213
with:

0 commit comments

Comments
 (0)