ci: log aptly version

This commit is contained in:
André Roth
2024-09-21 19:52:45 +02:00
parent 57fc7f7098
commit d9168ed723

View File

@@ -222,7 +222,9 @@ jobs:
- name: "Get aptly version"
run: |
echo "VERSION=$(make version)" >> $GITHUB_OUTPUT
aptlyver=$(make -s version)
echo "Aptly Version: $aptlyver"
echo "VERSION=$aptlyver" >> $GITHUB_OUTPUT
id: releaseversion
- name: "Build aptly ${{ matrix.goos }}/${{ matrix.goarch }}"