Browse Source

Fix version step

test_fixup
Vadim Lebedev 2 years ago
parent
commit
d7107fd1b1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/build-wheels.yaml

+ 2
- 1
.github/workflows/build-wheels.yaml View File

@@ -20,6 +20,7 @@ jobs:
cat /etc/issue
echo "Shell: $SHELL"
echo "Mount points:"; mount
echo "nproc: $( nproc )"
env

- name: Chose Python version
@@ -67,7 +68,7 @@ jobs:

- name: version
run: |
echo "::set-output name=version::$(python3 -c 'import libarchive; print(libarchive._libarchive.ARCHIVE_VERSION_STRING.split()[1])'')"
echo "::set-output name=version::$(python3 -c 'import libarchive; print(libarchive._libarchive.ARCHIVE_VERSION_STRING.split()[1])')"
id: version

- uses: actions/upload-artifact@v3


Loading…
Cancel
Save