Skip to content

Commit

Permalink
Name standalone versions and fix glob on Win
Browse files Browse the repository at this point in the history
Mirror python version naming of first python version, then os
  • Loading branch information
JasonGross committed Oct 20, 2023
1 parent 88e53a8 commit 8d19f4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
- name: Upload standalone
uses: actions/upload-artifact@v3
with:
name: standalone
name: standalone-${{ matrix.python-version }}-${{ matrix.os }}
path: |
dist/coq-bug-minimizer/coq-bug-minimizer
dist/coq-import-inliner/coq-import-inliner
dist/coq-require-minimizer/coq-require-minimizer
dist/coq-bug-minimizer/coq-bug-minimizer*
dist/coq-import-inliner/coq-import-inliner*
dist/coq-require-minimizer/coq-require-minimizer*
- run: dist/coq-bug-minimizer/coq-bug-minimizer -h
- run: dist/coq-import-inliner/coq-import-inliner -h
- run: dist/coq-require-minimizer/coq-require-minimizer -h
Expand Down

0 comments on commit 8d19f4e

Please sign in to comment.