We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290e96a commit 88203baCopy full SHA for 88203ba
.github/workflows/package-deb.yml
@@ -192,6 +192,22 @@ jobs:
192
with:
193
repository: 'ThePBone/PPA-Repository'
194
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
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
211
- name: Download package artifact
212
uses: actions/download-artifact@v2
213
0 commit comments