Skip to content

Commit

Permalink
ci: extract version from artifacts (#380) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Aug 31, 2021
1 parent c1d18de commit 33e7f61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ jobs:
workflow_conclusion: success
branch: master

- name: Initialize version
run: echo "KLOGG_VERSION=`ls ./packages-deb-x64/klogg*.deb | cut -d '-' -f4`" >> $GITHUB_ENV

- name: Display structure of downloaded files
run: ls -R





0 comments on commit 33e7f61

Please sign in to comment.