Skip to content

Commit

Permalink
Update python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gamecss authored Jul 22, 2023
1 parent 7f5651d commit 5a45e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Merge debug patch
if: ${{ matrix.python-version == "3.8" }}
if: ${{ matrix.python-version == '3.8' }}
run: |
patch -p1 < debug.patch
- uses: pdm-project/setup-pdm@v3
Expand Down Expand Up @@ -55,5 +55,5 @@ jobs:
- uses: actions/upload-artifact@v3
if: ${{ steps.build.outputs.exit_code == 0 }}
with:
name: ${{ matrix.python-version == "3.8" && "dist_debug" || "dist" }}
name: ${{ matrix.python-version == '3.8' && 'dist_debug' || 'dist' }}
path: dist/*

0 comments on commit 5a45e84

Please sign in to comment.