Skip to content

Commit

Permalink
Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Oct 2, 2023
1 parent 36c76c9 commit 734556d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
path: artifacts

bdist:
name: Build (Windows/Linux)
name: Build
needs: sdist
strategy:
matrix:
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
tar xf "${{ needs.sdist.outputs.artifact }}/openslide-${{ matrix.os }}-${{ matrix.arch }}-${{ inputs.pkgver }}.tar.gz"
- name: Report package versions
shell: bash
run: cat "openslide-win32-${{ inputs.pkgver }}/VERSIONS.md" >> $GITHUB_STEP_SUMMARY
run: cat "openslide-${{ matrix.os }}-${{ matrix.arch }}-${{ inputs.pkgver }}/VERSIONS.md" >> $GITHUB_STEP_SUMMARY
- name: Smoke test
shell: bash
run: |
Expand Down

0 comments on commit 734556d

Please sign in to comment.